Fixed minor regression caused by 7031a851d45a8526474ac1ac972ad12a48e99f1a

This commit is contained in:
Christoph Hertzberg 2015-09-08 10:53:10 +02:00
parent 5bf971e5b8
commit e3f69eb60d

View File

@ -398,7 +398,7 @@ SelfAdjointEigenSolver<MatrixType>& SelfAdjointEigenSolver<MatrixType>
{
check_template_parameters();
const InputType &matrix(a_matrix);
const InputType &matrix(a_matrix.derived());
using std::abs;
eigen_assert(matrix.cols() == matrix.rows());