fixed doxygen for unsupported iterative solver module

This commit is contained in:
Jens Wehner 2021-04-11 16:26:14 +00:00 committed by Christoph Hertzberg
parent d58678069c
commit f6fc66aa75

View File

@ -14,6 +14,7 @@
#include "../../Eigen/Jacobi"
#include "../../Eigen/Householder"
/**
* \defgroup IterativeLinearSolvers_Module Iterative solvers module
* This module aims to provide various iterative linear and non linear solver algorithms.
@ -23,11 +24,12 @@
* - an IDR(s) implementation
* - a DGMRES implementation
* - a MINRES implementation
*
* \code
* #include <unsupported/Eigen/IterativeSolvers>
* \endcode
*/
//@{
#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
@ -45,6 +47,5 @@
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
//@}
#endif // EIGEN_ITERATIVE_SOLVERS_MODULE_H