Home
last modified time | relevance | path

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

/external/eigen/test/
Dqr_fullpivoting.cpp51 template<typename MatrixType> void qr_invertible() in qr_invertible() function
118 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()
Dqr.cpp53 template<typename MatrixType> void qr_invertible() in qr_invertible() function
112 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()
Dqr_colpivoting.cpp71 template<typename MatrixType> void qr_invertible() in qr_invertible() function
135 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()