mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
spd test instead of square test. Still missing complex version of MINRES.
This commit is contained in:
parent
01cb88fff8
commit
bf81276dad
@ -19,7 +19,7 @@ template<typename T> void test_minres_T()
|
|||||||
//minres<SparseMatrix<T>, SSORPreconditioner<T> > minres_colmajor_ssor;
|
//minres<SparseMatrix<T>, SSORPreconditioner<T> > minres_colmajor_ssor;
|
||||||
|
|
||||||
// CALL_SUBTEST( check_sparse_square_solving(minres_colmajor_diag) );
|
// CALL_SUBTEST( check_sparse_square_solving(minres_colmajor_diag) );
|
||||||
CALL_SUBTEST( check_sparse_square_solving(minres_colmajor_I) );
|
CALL_SUBTEST( check_sparse_spd_solving(minres_colmajor_I) );
|
||||||
// CALL_SUBTEST( check_sparse_square_solving(minres_colmajor_ilut) );
|
// CALL_SUBTEST( check_sparse_square_solving(minres_colmajor_ilut) );
|
||||||
//CALL_SUBTEST( check_sparse_square_solving(minres_colmajor_ssor) );
|
//CALL_SUBTEST( check_sparse_square_solving(minres_colmajor_ssor) );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user