mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Rename LSCG to LeastSquaresConjugateGradient
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
template<typename T> void test_lscg_T()
|
||||
{
|
||||
LSCG<SparseMatrix<T> > lscg_colmajor_diag;
|
||||
LSCG<SparseMatrix<T>, IdentityPreconditioner> lscg_colmajor_I;
|
||||
LeastSquaresConjugateGradient<SparseMatrix<T> > lscg_colmajor_diag;
|
||||
LeastSquaresConjugateGradient<SparseMatrix<T>, IdentityPreconditioner> lscg_colmajor_I;
|
||||
|
||||
CALL_SUBTEST( check_sparse_square_solving(lscg_colmajor_diag) );
|
||||
CALL_SUBTEST( check_sparse_square_solving(lscg_colmajor_I) );
|
||||
|
||||
Reference in New Issue
Block a user