Fix MKL compilation issue

This commit is contained in:
Gael Guennebaud 2015-12-11 11:11:38 +01:00
parent 7385e6e2ef
commit 4519fd5d40

View File

@ -52,9 +52,9 @@ ColPivHouseholderQR<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynami
typedef MatrixType::RealScalar RealScalar; \
Index rows = matrix.rows();\
Index cols = matrix.cols();\
Index size = matrix.diagonalSize();\
\
m_qr = matrix;\
Index size = m_qr.diagonalSize();\
m_hCoeffs.resize(size);\
\
m_colsTranspositions.resize(cols);\