aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Jens Wehner <jenswehner@gmail.com>2021-04-11 16:26:14 +0000
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2021-04-11 16:26:14 +0000
commitf6fc66aa75722db0b8a4a397bfc64bd231e7473f (patch)
tree518c58f8e81f01aa9e30995540e6997261338835 /unsupported
parentd58678069c6c90ac6fe6bdeac5e95fd9ea1a2235 (diff)
fixed doxygen for unsupported iterative solver module
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/IterativeSolvers5
1 files changed, 3 insertions, 2 deletions
diff --git a/unsupported/Eigen/IterativeSolvers b/unsupported/Eigen/IterativeSolvers
index 08db3f163..a3f58d676 100644
--- a/unsupported/Eigen/IterativeSolvers
+++ b/unsupported/Eigen/IterativeSolvers
@@ -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