Searched refs:svd_verify_assert (Results 1 – 3 of 3) sorted by relevance
67 CALL_SUBTEST_3(( svd_verify_assert<BDCSVD<Matrix3f> >(Matrix3f()) )); in test_bdcsvd()68 CALL_SUBTEST_4(( svd_verify_assert<BDCSVD<Matrix4d> >(Matrix4d()) )); in test_bdcsvd()69 CALL_SUBTEST_7(( svd_verify_assert<BDCSVD<MatrixXf> >(MatrixXf(10,12)) )); in test_bdcsvd()70 CALL_SUBTEST_8(( svd_verify_assert<BDCSVD<MatrixXcd> >(MatrixXcd(7,5)) )); in test_bdcsvd()
38 svd_verify_assert<JacobiSVD<MatrixType> >(m); in jacobisvd_verify_assert()
437 void svd_verify_assert(const MatrixType& m) in svd_verify_assert() function