mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-01 08:14:10 +08:00
fixed doxygen for unsupported iterative solver module
This commit is contained in:
parent
d58678069c
commit
f6fc66aa75
@ -14,6 +14,7 @@
|
|||||||
#include "../../Eigen/Jacobi"
|
#include "../../Eigen/Jacobi"
|
||||||
#include "../../Eigen/Householder"
|
#include "../../Eigen/Householder"
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \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.
|
* This module aims to provide various iterative linear and non linear solver algorithms.
|
||||||
@ -23,11 +24,12 @@
|
|||||||
* - an IDR(s) implementation
|
* - an IDR(s) implementation
|
||||||
* - a DGMRES implementation
|
* - a DGMRES implementation
|
||||||
* - a MINRES implementation
|
* - a MINRES implementation
|
||||||
|
*
|
||||||
* \code
|
* \code
|
||||||
* #include <unsupported/Eigen/IterativeSolvers>
|
* #include <unsupported/Eigen/IterativeSolvers>
|
||||||
* \endcode
|
* \endcode
|
||||||
*/
|
*/
|
||||||
//@{
|
|
||||||
|
|
||||||
#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
|
#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
|
||||||
|
|
||||||
@ -45,6 +47,5 @@
|
|||||||
|
|
||||||
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
|
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
|
||||||
|
|
||||||
//@}
|
|
||||||
|
|
||||||
#endif // EIGEN_ITERATIVE_SOLVERS_MODULE_H
|
#endif // EIGEN_ITERATIVE_SOLVERS_MODULE_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user