From a443a2373f7d52a2601520703a5dbbd92331e1e9 Mon Sep 17 00:00:00 2001 From: jenswehner Date: Tue, 31 Aug 2021 18:26:27 +0200 Subject: [PATCH] updated documentation --- unsupported/Eigen/IterativeSolvers | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unsupported/Eigen/IterativeSolvers b/unsupported/Eigen/IterativeSolvers index 7a5b85c50..bea96af2c 100644 --- a/unsupported/Eigen/IterativeSolvers +++ b/unsupported/Eigen/IterativeSolvers @@ -16,7 +16,7 @@ /** - * \defgroup IterativeLinearSolvers_Module (Iterative solvers module) + * \defgroup IterativeLinearSolvers_Module Iterative Solvers module * This module aims to provide various iterative linear and non linear solver algorithms. * It currently provides: * - a constrained conjugate gradient @@ -85,7 +85,6 @@ #include "src/IterativeSolvers/IncompleteLU.h" #include "src/IterativeSolvers/GMRES.h" #include "src/IterativeSolvers/DGMRES.h" -//#include "src/IterativeSolvers/SSORPreconditioner.h" #include "src/IterativeSolvers/MINRES.h" #include "src/IterativeSolvers/IDRS.h"