HomeSort by relevance Sort by last modified time
    Searched refs:qr_fixedsize (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/
qr.cpp 33 template<typename MatrixType, int Cols2> void qr_fixedsize() function
105 CALL_SUBTEST_3(( qr_fixedsize<Matrix<float,3,4>, 2 >() ));
106 CALL_SUBTEST_4(( qr_fixedsize<Matrix<double,6,2>, 4 >() ));
107 CALL_SUBTEST_5(( qr_fixedsize<Matrix<double,2,5>, 7 >() ));
qr_colpivoting.cpp 46 template<typename MatrixType, int Cols2> void qr_fixedsize() function
129 CALL_SUBTEST_4(( qr_fixedsize<Matrix<float,3,5>, 4 >() ));
130 CALL_SUBTEST_5(( qr_fixedsize<Matrix<double,6,2>, 3 >() ));
131 CALL_SUBTEST_5(( qr_fixedsize<Matrix<double,1,1>, 1 >() ));

Completed in 763 milliseconds