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 34 template<typename MatrixType, int Cols2> void qr_fixedsize() function
104 CALL_SUBTEST_3(( qr_fixedsize<Matrix<float,3,4>, 2 >() ));
105 CALL_SUBTEST_4(( qr_fixedsize<Matrix<double,6,2>, 4 >() ));
106 CALL_SUBTEST_5(( qr_fixedsize<Matrix<double,2,5>, 7 >() ));
qr_colpivoting.cpp 48 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 132 milliseconds