From bf81276dadc4dc15b3dfae947aca6f39420e325e Mon Sep 17 00:00:00 2001 From: giacomo po Date: Mon, 1 Oct 2012 12:23:03 -0700 Subject: spd test instead of square test. Still missing complex version of MINRES. --- unsupported/test/minres.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/test/minres.cpp') 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 void test_minres_T() //minres, SSORPreconditioner > 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) ); } -- cgit v1.2.3