Searched refs:qr_fixedsize (Results 1 – 2 of 2) sorted by relevance
/external/eigen/test/ |
D | qr.cpp | 33 template<typename MatrixType, int Cols2> void qr_fixedsize() in qr_fixedsize() function 110 CALL_SUBTEST_3(( qr_fixedsize<Matrix<float,3,4>, 2 >() )); in test_qr() 111 CALL_SUBTEST_4(( qr_fixedsize<Matrix<double,6,2>, 4 >() )); in test_qr() 112 CALL_SUBTEST_5(( qr_fixedsize<Matrix<double,2,5>, 7 >() )); in test_qr()
|
D | qr_colpivoting.cpp | 158 template<typename MatrixType, int Cols2> void qr_fixedsize() in qr_fixedsize() function 309 CALL_SUBTEST_4(( qr_fixedsize<Matrix<float,3,5>, 4 >() )); in test_qr_colpivoting() 310 CALL_SUBTEST_5(( qr_fixedsize<Matrix<double,6,2>, 3 >() )); in test_qr_colpivoting() 311 CALL_SUBTEST_5(( qr_fixedsize<Matrix<double,1,1>, 1 >() )); in test_qr_colpivoting()
|