mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Workaround MSVC issue.
This commit is contained in:
@@ -165,8 +165,8 @@ void KroneckerProductSparse<Lhs,Rhs>::evalTo(Dest& dst) const
|
||||
const Rhs1 rhs1(m_B);
|
||||
|
||||
// 2 - construct respective iterators
|
||||
typedef InnerIterator<Lhs1Cleaned> LhsInnerIterator;
|
||||
typedef InnerIterator<Rhs1Cleaned> RhsInnerIterator;
|
||||
typedef Eigen::InnerIterator<Lhs1Cleaned> LhsInnerIterator;
|
||||
typedef Eigen::InnerIterator<Rhs1Cleaned> RhsInnerIterator;
|
||||
|
||||
// compute number of non-zeros per innervectors of dst
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user