aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/minres.cpp
diff options
context:
space:
mode:
authorGravatar giacomo po <gpo@ucla.edu>2012-10-01 12:23:03 -0700
committerGravatar giacomo po <gpo@ucla.edu>2012-10-01 12:23:03 -0700
commitbf81276dadc4dc15b3dfae947aca6f39420e325e (patch)
tree223f7bfaaf060b8950563e4ba1babbd674aa2907 /unsupported/test/minres.cpp
parent01cb88fff8d7f11993c037fa0d8bb7a3d0ff10fb (diff)
spd test instead of square test. Still missing complex version of MINRES.
Diffstat (limited to 'unsupported/test/minres.cpp')
-rw-r--r--unsupported/test/minres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/test/minres.cpp b/unsupported/test/minres.cpp
index faa799e06..eb187d445 100644
--- a/unsupported/test/minres.cpp
+++ b/unsupported/test/minres.cpp
@@ -19,7 +19,7 @@ template<typename T> void test_minres_T()
//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_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_ssor) );
}