Home
last modified time | relevance | path

Searched refs:lu_verify_assert (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dlu.cpp220 template<typename MatrixType> void lu_verify_assert() in lu_verify_assert() function
252 CALL_SUBTEST_1( lu_verify_assert<Matrix3f>() ); in test_lu()
255 CALL_SUBTEST_2( (lu_verify_assert<Matrix<double, 4, 6> >()) ); in test_lu()
259 CALL_SUBTEST_3( lu_verify_assert<MatrixXf>() ); in test_lu()
264 CALL_SUBTEST_4( lu_verify_assert<MatrixXd>() ); in test_lu()
268 CALL_SUBTEST_5( lu_verify_assert<MatrixXcf>() ); in test_lu()
273 CALL_SUBTEST_6( lu_verify_assert<MatrixXcd>() ); in test_lu()