Home
last modified time | relevance | path

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

/external/eigen/test/
Dqr_fullpivoting.cpp90 template<typename MatrixType> void qr_verify_assert() in qr_verify_assert() function
124 CALL_SUBTEST_5(qr_verify_assert<Matrix3f>()); in test_qr_fullpivoting()
125 CALL_SUBTEST_6(qr_verify_assert<Matrix3d>()); in test_qr_fullpivoting()
126 CALL_SUBTEST_1(qr_verify_assert<MatrixXf>()); in test_qr_fullpivoting()
127 CALL_SUBTEST_2(qr_verify_assert<MatrixXd>()); in test_qr_fullpivoting()
128 CALL_SUBTEST_4(qr_verify_assert<MatrixXcf>()); in test_qr_fullpivoting()
129 CALL_SUBTEST_3(qr_verify_assert<MatrixXcd>()); in test_qr_fullpivoting()
Dqr.cpp88 template<typename MatrixType> void qr_verify_assert() in qr_verify_assert() function
118 CALL_SUBTEST_9(qr_verify_assert<Matrix3f>()); in test_qr()
119 CALL_SUBTEST_10(qr_verify_assert<Matrix3d>()); in test_qr()
120 CALL_SUBTEST_1(qr_verify_assert<MatrixXf>()); in test_qr()
121 CALL_SUBTEST_6(qr_verify_assert<MatrixXd>()); in test_qr()
122 CALL_SUBTEST_7(qr_verify_assert<MatrixXcf>()); in test_qr()
123 CALL_SUBTEST_8(qr_verify_assert<MatrixXcd>()); in test_qr()
Dqr_colpivoting.cpp106 template<typename MatrixType> void qr_verify_assert() in qr_verify_assert() function
141 CALL_SUBTEST_7(qr_verify_assert<Matrix3f>()); in test_qr_colpivoting()
142 CALL_SUBTEST_8(qr_verify_assert<Matrix3d>()); in test_qr_colpivoting()
143 CALL_SUBTEST_1(qr_verify_assert<MatrixXf>()); in test_qr_colpivoting()
144 CALL_SUBTEST_2(qr_verify_assert<MatrixXd>()); in test_qr_colpivoting()
145 CALL_SUBTEST_6(qr_verify_assert<MatrixXcf>()); in test_qr_colpivoting()
146 CALL_SUBTEST_3(qr_verify_assert<MatrixXcd>()); in test_qr_colpivoting()