Lines Matching refs:BDCSVD
19 void bdcsvd_check_full(const MatrixType& m, const BDCSVD<MatrixType>& svd) in bdcsvd_check_full()
21 svd_check_full< MatrixType, BDCSVD< MatrixType > >(m, svd); in bdcsvd_check_full()
28 const BDCSVD<MatrixType>& referenceSvd) in bdcsvd_compare_to_full()
30 svd_compare_to_full< MatrixType, BDCSVD< MatrixType > >(m, computationOptions, referenceSvd); in bdcsvd_compare_to_full()
37 svd_solve< MatrixType, BDCSVD< MatrixType > >(m, computationOptions); in bdcsvd_solve()
45 BDCSVD<MatrixType> fullSvd(m, ComputeFullU|ComputeFullV); in bdcsvd_test_all_computation_options()
46 svd_test_computation_options_1< MatrixType, BDCSVD< MatrixType > >(m, fullSvd); in bdcsvd_test_all_computation_options()
47 svd_test_computation_options_2< MatrixType, BDCSVD< MatrixType > >(m, fullSvd); in bdcsvd_test_all_computation_options()
64 svd_verify_assert< MatrixType, BDCSVD< MatrixType > >(m); in bdcsvd_verify_assert()
72 svd_inf_nan< MatrixType, BDCSVD< MatrixType > >(); in bdcsvd_inf_nan()
79 svd_preallocate< BDCSVD< MatrixXf > >(); in bdcsvd_preallocate()
89 BDCSVD<MatrixType> bdc_svd(m); in compare_bdc_jacobi()
211 CALL_SUBTEST_7( BDCSVD<MatrixXf>(10,10) ); in test_bdcsvd()