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.cpp21 CALL_SUBTEST_1( check_sparse_square_determinant(superlu_double_colmajor) ); in test_superlu_support()
22 CALL_SUBTEST_2( check_sparse_square_determinant(superlu_cplxdouble_colmajor) ); in test_superlu_support()
Dumfpack_support.cpp23 check_sparse_square_determinant(umfpack_colmajor); in test_umfpack_support_T()
24 check_sparse_square_determinant(umfpack_rowmajor); in test_umfpack_support_T()
Dsparselu.cpp35 check_sparse_square_determinant(sparselu_colamd); in test_sparselu_T()
36 check_sparse_square_determinant(sparselu_amd); in test_sparselu_T()
Dsparse_solver.h477 template<typename Solver> void check_sparse_square_determinant(Solver& solver) in check_sparse_square_determinant() function