Home
last modified time | relevance | path

Searched refs:check_sparse_spd_solving (Results 1 – 7 of 7) sorted by relevance

/external/eigen/test/
Dcholmod_support.cpp30 check_sparse_spd_solving(g_chol_colmajor_lower); in test_cholmod_T()
31 check_sparse_spd_solving(g_chol_colmajor_upper); in test_cholmod_T()
32 check_sparse_spd_solving(g_llt_colmajor_lower); in test_cholmod_T()
33 check_sparse_spd_solving(g_llt_colmajor_upper); in test_cholmod_T()
34 check_sparse_spd_solving(g_ldlt_colmajor_lower); in test_cholmod_T()
35 check_sparse_spd_solving(g_ldlt_colmajor_upper); in test_cholmod_T()
37 check_sparse_spd_solving(chol_colmajor_lower); in test_cholmod_T()
38 check_sparse_spd_solving(chol_colmajor_upper); in test_cholmod_T()
39 check_sparse_spd_solving(llt_colmajor_lower); in test_cholmod_T()
40 check_sparse_spd_solving(llt_colmajor_upper); in test_cholmod_T()
[all …]
Dsimplicial_cholesky.cpp23 check_sparse_spd_solving(chol_colmajor_lower_amd); in test_simplicial_cholesky_T()
24 check_sparse_spd_solving(chol_colmajor_upper_amd); in test_simplicial_cholesky_T()
25 check_sparse_spd_solving(llt_colmajor_lower_amd); in test_simplicial_cholesky_T()
26 check_sparse_spd_solving(llt_colmajor_upper_amd); in test_simplicial_cholesky_T()
27 check_sparse_spd_solving(ldlt_colmajor_lower_amd); in test_simplicial_cholesky_T()
28 check_sparse_spd_solving(ldlt_colmajor_upper_amd); in test_simplicial_cholesky_T()
37 check_sparse_spd_solving(ldlt_colmajor_lower_nat); in test_simplicial_cholesky_T()
38 check_sparse_spd_solving(ldlt_colmajor_upper_nat); in test_simplicial_cholesky_T()
Dconjugate_gradient.cpp21 CALL_SUBTEST( check_sparse_spd_solving(cg_colmajor_lower_diag) ); in test_conjugate_gradient_T()
22 CALL_SUBTEST( check_sparse_spd_solving(cg_colmajor_upper_diag) ); in test_conjugate_gradient_T()
23 CALL_SUBTEST( check_sparse_spd_solving(cg_colmajor_loup_diag) ); in test_conjugate_gradient_T()
24 CALL_SUBTEST( check_sparse_spd_solving(cg_colmajor_lower_I) ); in test_conjugate_gradient_T()
25 CALL_SUBTEST( check_sparse_spd_solving(cg_colmajor_upper_I) ); in test_conjugate_gradient_T()
Dpardiso_support.cpp16 check_sparse_spd_solving(pardiso_llt_lower); in test_pardiso_T()
17 check_sparse_spd_solving(pardiso_llt_upper); in test_pardiso_T()
18 check_sparse_spd_solving(pardiso_ldlt_lower); in test_pardiso_T()
19 check_sparse_spd_solving(pardiso_ldlt_upper); in test_pardiso_T()
Dpastix_support.cpp23 check_sparse_spd_solving(pastix_llt_lower); in test_pastix_T()
24 check_sparse_spd_solving(pastix_ldlt_lower); in test_pastix_T()
25 check_sparse_spd_solving(pastix_llt_upper); in test_pastix_T()
26 check_sparse_spd_solving(pastix_ldlt_upper); in test_pastix_T()
Dsparse_solver.h186 template<typename Solver> void check_sparse_spd_solving(Solver& solver) in check_sparse_spd_solving() function
/external/eigen/unsupported/test/
Dminres.cpp34 CALL_SUBTEST( check_sparse_spd_solving(minres_colmajor_lower_I) ); in test_minres_T()
35 CALL_SUBTEST( check_sparse_spd_solving(minres_colmajor_upper_I) ); in test_minres_T()
37 CALL_SUBTEST( check_sparse_spd_solving(minres_colmajor_lower_diag) ); in test_minres_T()
38 CALL_SUBTEST( check_sparse_spd_solving(minres_colmajor_upper_diag) ); in test_minres_T()