Searched refs:check_sparse_square_determinant (Results 1 – 4 of 4) sorted by relevance
20 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()
22 check_sparse_square_determinant(umfpack_colmajor); in test_umfpack_support_T()23 check_sparse_square_determinant(umfpack_rowmajor); in test_umfpack_support_T()
51 check_sparse_square_determinant(sparselu_colamd); in test_sparselu_T()52 check_sparse_square_determinant(sparselu_amd); in test_sparselu_T()
331 template<typename Solver> void check_sparse_square_determinant(Solver& solver) in check_sparse_square_determinant() function