Home
last modified time | relevance | path

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

/external/eigen/test/
Dqr.cpp93 template<typename MatrixType> void qr_verify_assert() in qr_verify_assert() function
123 CALL_SUBTEST_9(qr_verify_assert<Matrix3f>()); in test_qr()
124 CALL_SUBTEST_10(qr_verify_assert<Matrix3d>()); in test_qr()
125 CALL_SUBTEST_1(qr_verify_assert<MatrixXf>()); in test_qr()
126 CALL_SUBTEST_6(qr_verify_assert<MatrixXd>()); in test_qr()
127 CALL_SUBTEST_7(qr_verify_assert<MatrixXcf>()); in test_qr()
128 CALL_SUBTEST_8(qr_verify_assert<MatrixXcd>()); in test_qr()
Dqr_fullpivoting.cpp112 template<typename MatrixType> void qr_verify_assert() in qr_verify_assert() function
146 CALL_SUBTEST_5(qr_verify_assert<Matrix3f>()); in test_qr_fullpivoting()
147 CALL_SUBTEST_6(qr_verify_assert<Matrix3d>()); in test_qr_fullpivoting()
148 CALL_SUBTEST_1(qr_verify_assert<MatrixXf>()); in test_qr_fullpivoting()
149 CALL_SUBTEST_2(qr_verify_assert<MatrixXd>()); in test_qr_fullpivoting()
150 CALL_SUBTEST_4(qr_verify_assert<MatrixXcf>()); in test_qr_fullpivoting()
151 CALL_SUBTEST_3(qr_verify_assert<MatrixXcd>()); in test_qr_fullpivoting()
Dqr_colpivoting.cpp286 template<typename MatrixType> void qr_verify_assert() in qr_verify_assert() function
330 CALL_SUBTEST_7(qr_verify_assert<Matrix3f>()); in test_qr_colpivoting()
331 CALL_SUBTEST_8(qr_verify_assert<Matrix3d>()); in test_qr_colpivoting()
332 CALL_SUBTEST_1(qr_verify_assert<MatrixXf>()); in test_qr_colpivoting()
333 CALL_SUBTEST_2(qr_verify_assert<MatrixXd>()); in test_qr_colpivoting()
334 CALL_SUBTEST_6(qr_verify_assert<MatrixXcf>()); in test_qr_colpivoting()
335 CALL_SUBTEST_3(qr_verify_assert<MatrixXcd>()); in test_qr_colpivoting()