Searched refs:bdcsvd (Results 1 – 4 of 4) sorted by relevance
/external/eigen/test/ |
D | bdcsvd.cpp | 29 void bdcsvd(const MatrixType& a = MatrixType(), bool pickrandom = true) in bdcsvd() function 72 CALL_SUBTEST_101(( svd_all_trivial_2x2(bdcsvd<Matrix2cd>) )); in test_bdcsvd() 73 CALL_SUBTEST_102(( svd_all_trivial_2x2(bdcsvd<Matrix2d>) )); in test_bdcsvd() 76 CALL_SUBTEST_3(( bdcsvd<Matrix3f>() )); in test_bdcsvd() 77 CALL_SUBTEST_4(( bdcsvd<Matrix4d>() )); in test_bdcsvd() 78 CALL_SUBTEST_5(( bdcsvd<Matrix<float,3,5> >() )); in test_bdcsvd() 86 CALL_SUBTEST_6(( bdcsvd(Matrix<double,Dynamic,2>(r,2)) )); in test_bdcsvd() 87 CALL_SUBTEST_7(( bdcsvd(MatrixXf(r,c)) )); in test_bdcsvd() 89 CALL_SUBTEST_10(( bdcsvd(MatrixXd(r,c)) )); in test_bdcsvd() 91 CALL_SUBTEST_8(( bdcsvd(MatrixXcd(r,c)) )); in test_bdcsvd()
|
D | boostmultiprec.cpp | 199 …CALL_SUBTEST_10(( bdcsvd(Mat(internal::random<int>(EIGEN_TEST_MAX_SIZE/4, EIGEN_TEST_MAX_SIZE), in… in test_boostmultiprec()
|
D | CMakeLists.txt | 225 ei_add_test(bdcsvd)
|
/external/eigen/bench/ |
D | dense_solvers.cpp | 57 BDCSVD<MatDyn> bdcsvd(A.rows(),A.cols()); in bench() local 72 BENCH(t_bdcsvd, tries, rep, bdcsvd.compute(A,svd_opt)); in bench()
|