mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Allow ComplexEigenSolver and ComplexSchur to work with real matrices.
Add a test which covers this case.
This commit is contained in:
@@ -61,5 +61,6 @@ void test_eigensolver_complex()
|
||||
CALL_SUBTEST_1( eigensolver(Matrix4cf()) );
|
||||
CALL_SUBTEST_2( eigensolver(MatrixXcd(14,14)) );
|
||||
CALL_SUBTEST_3( eigensolver(Matrix<std::complex<float>, 1, 1>()) );
|
||||
CALL_SUBTEST_4( eigensolver(Matrix3f()) );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user