Searched refs:bdcsvd_verify_assert (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | bdcsvd.cpp | 62 void bdcsvd_verify_assert(const MatrixType& m) in bdcsvd_verify_assert() function 108 CALL_SUBTEST_11(( bdcsvd_verify_assert<Matrix<float,Dynamic,Dynamic> > in test_bdcsvd() 116 CALL_SUBTEST_13(( bdcsvd_verify_assert<Matrix<double,Dynamic,Dynamic> > in test_bdcsvd() 124 CALL_SUBTEST_14(( bdcsvd_verify_assert<Matrix<std::complex<double>,Dynamic,Dynamic> > in test_bdcsvd() 142 CALL_SUBTEST_16(( bdcsvd_verify_assert<Matrix<double,Dynamic,Dynamic> > in test_bdcsvd() 165 CALL_SUBTEST_3(( bdcsvd_verify_assert(Matrix3f()) )); in test_bdcsvd() 166 CALL_SUBTEST_4(( bdcsvd_verify_assert(Matrix4d()) )); in test_bdcsvd() 167 CALL_SUBTEST_7(( bdcsvd_verify_assert(MatrixXf(10,12)) )); in test_bdcsvd() 168 CALL_SUBTEST_8(( bdcsvd_verify_assert(MatrixXcd(7,5)) )); in test_bdcsvd()
|