Home
last modified time | relevance | path

Searched refs:check_sparse_square_determinant (Results 1 – 4 of 4) sorted by relevance

/external/eigen/test/
Dsuperlu_support.cpp20 CALL_SUBTEST_1( check_sparse_square_determinant(superlu_double_colmajor) ); in test_superlu_support()
21 CALL_SUBTEST_2( check_sparse_square_determinant(superlu_cplxdouble_colmajor) ); in test_superlu_support()
Dumfpack_support.cpp22 check_sparse_square_determinant(umfpack_colmajor); in test_umfpack_support_T()
23 check_sparse_square_determinant(umfpack_rowmajor); in test_umfpack_support_T()
Dsparselu.cpp51 check_sparse_square_determinant(sparselu_colamd); in test_sparselu_T()
52 check_sparse_square_determinant(sparselu_amd); in test_sparselu_T()
Dsparse_solver.h331 template<typename Solver> void check_sparse_square_determinant(Solver& solver) in check_sparse_square_determinant() function