mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Workaround MSVC issue.
This commit is contained in:
parent
503c176d8e
commit
118b1113d9
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user