mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add a packetmath unit test, re-enable the comma-initializer unit test,
and bug fix in PacketMath/SSE
This commit is contained in:
@@ -60,5 +60,6 @@ void test_cholesky()
|
||||
CALL_SUBTEST( cholesky(Matrix3f()) );
|
||||
CALL_SUBTEST( cholesky(Matrix4d()) );
|
||||
CALL_SUBTEST( cholesky(MatrixXcd(7,7)) );
|
||||
CALL_SUBTEST( cholesky(MatrixXf(85,85)) );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user