Searched refs:qr_invertible (Results 1 – 3 of 3) sorted by relevance
51 template<typename MatrixType> void qr_invertible() in qr_invertible() function118 CALL_SUBTEST_1( qr_invertible<MatrixXf>() ); in test_qr_fullpivoting()119 CALL_SUBTEST_2( qr_invertible<MatrixXd>() ); in test_qr_fullpivoting()120 CALL_SUBTEST_4( qr_invertible<MatrixXcf>() ); in test_qr_fullpivoting()121 CALL_SUBTEST_3( qr_invertible<MatrixXcd>() ); in test_qr_fullpivoting()
53 template<typename MatrixType> void qr_invertible() in qr_invertible() function112 CALL_SUBTEST_1( qr_invertible<MatrixXf>() ); in test_qr()113 CALL_SUBTEST_6( qr_invertible<MatrixXd>() ); in test_qr()114 CALL_SUBTEST_7( qr_invertible<MatrixXcf>() ); in test_qr()115 CALL_SUBTEST_8( qr_invertible<MatrixXcd>() ); in test_qr()
71 template<typename MatrixType> void qr_invertible() in qr_invertible() function135 CALL_SUBTEST_1( qr_invertible<MatrixXf>() ); in test_qr_colpivoting()136 CALL_SUBTEST_2( qr_invertible<MatrixXd>() ); in test_qr_colpivoting()137 CALL_SUBTEST_6( qr_invertible<MatrixXcf>() ); in test_qr_colpivoting()138 CALL_SUBTEST_3( qr_invertible<MatrixXcd>() ); in test_qr_colpivoting()