From 4c8b95d5c5295d8d3294ee0e9457e240b019a9f0 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 5 Mar 2015 10:16:32 +0100 Subject: Rename LSCG to LeastSquaresConjugateGradient --- test/lscg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/lscg.cpp') diff --git a/test/lscg.cpp b/test/lscg.cpp index 599ed5619..daa62a954 100644 --- a/test/lscg.cpp +++ b/test/lscg.cpp @@ -12,8 +12,8 @@ template void test_lscg_T() { - LSCG > lscg_colmajor_diag; - LSCG, IdentityPreconditioner> lscg_colmajor_I; + LeastSquaresConjugateGradient > lscg_colmajor_diag; + LeastSquaresConjugateGradient, IdentityPreconditioner> lscg_colmajor_I; CALL_SUBTEST( check_sparse_square_solving(lscg_colmajor_diag) ); CALL_SUBTEST( check_sparse_square_solving(lscg_colmajor_I) ); -- cgit v1.2.3