From 4bfcee47b92eec06cf099fd0beaffa72897d104b Mon Sep 17 00:00:00 2001 From: Jens Wehner Date: Sat, 27 Feb 2021 12:09:33 +0000 Subject: Idrs iterative linear solver --- unsupported/Eigen/src/IterativeSolvers/DGMRES.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/Eigen/src/IterativeSolvers/DGMRES.h') diff --git a/unsupported/Eigen/src/IterativeSolvers/DGMRES.h b/unsupported/Eigen/src/IterativeSolvers/DGMRES.h index 2ab56b5e7..5ae011b75 100644 --- a/unsupported/Eigen/src/IterativeSolvers/DGMRES.h +++ b/unsupported/Eigen/src/IterativeSolvers/DGMRES.h @@ -57,7 +57,7 @@ void sortWithPermutation (VectorType& vec, IndexType& perm, typename IndexType:: } /** - * \ingroup IterativeLInearSolvers_Module + * \ingroup IterativeLinearSolvers_Module * \brief A Restarted GMRES with deflation. * This class implements a modification of the GMRES solver for * sparse linear systems. The basis is built with modified -- cgit v1.2.3