diff --git a/Eigen/src/Eigenvalues/ComplexSchur_MKL.h b/Eigen/src/Eigenvalues/ComplexSchur_MKL.h index 931573a4e..e20c3725b 100755 --- a/Eigen/src/Eigenvalues/ComplexSchur_MKL.h +++ b/Eigen/src/Eigenvalues/ComplexSchur_MKL.h @@ -53,7 +53,7 @@ ComplexSchur >::compute(const Eigen m_matUisUptodate = false; \ if(matrix.cols() == 1) \ { \ - m_matT = matrix.template cast(); \ + m_matT = matrix.derived().template cast(); \ if(computeU) m_matU = ComplexMatrixType::Identity(1,1); \ m_info = Success; \ m_isInitialized = true; \