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"