Searched refs:qr_verify_assert (Results 1 – 3 of 3) sorted by relevance
93 template<typename MatrixType> void qr_verify_assert() in qr_verify_assert() function123 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()
112 template<typename MatrixType> void qr_verify_assert() in qr_verify_assert() function146 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()
286 template<typename MatrixType> void qr_verify_assert() in qr_verify_assert() function330 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()