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

  /external/eigen/test/
qr.cpp 53 template<typename MatrixType> void qr_invertible() function
117 CALL_SUBTEST_1( qr_invertible<MatrixXf>() );
118 CALL_SUBTEST_6( qr_invertible<MatrixXd>() );
119 CALL_SUBTEST_7( qr_invertible<MatrixXcf>() );
120 CALL_SUBTEST_8( qr_invertible<MatrixXcd>() );
qr_fullpivoting.cpp 71 template<typename MatrixType> void qr_invertible() function
140 CALL_SUBTEST_1( qr_invertible<MatrixXf>() );
141 CALL_SUBTEST_2( qr_invertible<MatrixXd>() );
142 CALL_SUBTEST_4( qr_invertible<MatrixXcf>() );
143 CALL_SUBTEST_3( qr_invertible<MatrixXcd>() );
boostmultiprec.cpp 180 CALL_SUBTEST_3( qr_invertible<Mat>() );
184 CALL_SUBTEST_4( qr_invertible<Mat>() );
187 CALL_SUBTEST_5( qr_invertible<Mat>() );
qr_colpivoting.cpp 251 template<typename MatrixType> void qr_invertible() function
324 CALL_SUBTEST_1( qr_invertible<MatrixXf>() );
325 CALL_SUBTEST_2( qr_invertible<MatrixXd>() );
326 CALL_SUBTEST_6( qr_invertible<MatrixXcf>() );
327 CALL_SUBTEST_3( qr_invertible<MatrixXcd>() );

Completed in 75 milliseconds