OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_sparse_square_solving
(Results
1 - 7
of
7
) sorted by null
/external/eigen/test/
superlu_support.cpp
18
CALL_SUBTEST_1(
check_sparse_square_solving
(superlu_double_colmajor) );
19
CALL_SUBTEST_2(
check_sparse_square_solving
(superlu_cplxdouble_colmajor) );
umfpack_support.cpp
19
check_sparse_square_solving
(umfpack_colmajor);
20
check_sparse_square_solving
(umfpack_rowmajor);
bicgstab.cpp
20
CALL_SUBTEST(
check_sparse_square_solving
(bicgstab_colmajor_diag) );
21
// CALL_SUBTEST(
check_sparse_square_solving
(bicgstab_colmajor_I) );
22
CALL_SUBTEST(
check_sparse_square_solving
(bicgstab_colmajor_ilut) );
23
//CALL_SUBTEST(
check_sparse_square_solving
(bicgstab_colmajor_ssor) );
pastix_support.cpp
27
check_sparse_square_solving
(pastix_lu);
35
check_sparse_square_solving
(pastix_lu);
pardiso_support.cpp
20
check_sparse_square_solving
(pardiso_lu);
sparse_solver.h
257
template<typename Solver> void
check_sparse_square_solving
(Solver& solver)
function
/external/eigen/unsupported/test/
gmres.cpp
21
CALL_SUBTEST(
check_sparse_square_solving
(gmres_colmajor_diag) );
22
// CALL_SUBTEST(
check_sparse_square_solving
(gmres_colmajor_I) );
23
CALL_SUBTEST(
check_sparse_square_solving
(gmres_colmajor_ilut) );
24
//CALL_SUBTEST(
check_sparse_square_solving
(gmres_colmajor_ssor) );
Completed in 339 milliseconds