Searched refs:check_sparse_square_determinant (Results 1 – 4 of 4) sorted by relevance
21 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()
23 check_sparse_square_determinant(umfpack_colmajor); in test_umfpack_support_T()24 check_sparse_square_determinant(umfpack_rowmajor); in test_umfpack_support_T()
35 check_sparse_square_determinant(sparselu_colamd); in test_sparselu_T()36 check_sparse_square_determinant(sparselu_amd); in test_sparselu_T()
477 template<typename Solver> void check_sparse_square_determinant(Solver& solver) in check_sparse_square_determinant() function