Remove //@{ ... //@} for same reason as in changeset 2026ea7ff2be0473511cc74c56538cb98c13d301

.
This commit is contained in:
Jitse Niesen 2009-12-13 00:29:31 +00:00
parent 929521678d
commit 63957ad5d6
3 changed files with 2 additions and 3 deletions

View File

@ -122,8 +122,6 @@ namespace Eigen {
* *
*/ */
//@{
#ifndef EIGEN_PARSED_BY_DOXYGEN #ifndef EIGEN_PARSED_BY_DOXYGEN
#include "src/NonLinearOptimization/qrsolv.h" #include "src/NonLinearOptimization/qrsolv.h"
@ -143,7 +141,6 @@ namespace Eigen {
#include "src/NonLinearOptimization/HybridNonLinearSolver.h" #include "src/NonLinearOptimization/HybridNonLinearSolver.h"
#include "src/NonLinearOptimization/LevenbergMarquardt.h" #include "src/NonLinearOptimization/LevenbergMarquardt.h"
//@}
} }

View File

@ -29,6 +29,7 @@
#define EIGEN_HYBRIDNONLINEARSOLVER_H #define EIGEN_HYBRIDNONLINEARSOLVER_H
/** /**
* \ingroup NonLinearOptimization_Module
* \brief Finds a zero of a system of n * \brief Finds a zero of a system of n
* nonlinear functions in n variables by a modification of the Powell * nonlinear functions in n variables by a modification of the Powell
* hybrid method ("dogleg"). * hybrid method ("dogleg").

View File

@ -29,6 +29,7 @@
#define EIGEN_LEVENBERGMARQUARDT__H #define EIGEN_LEVENBERGMARQUARDT__H
/** /**
* \ingroup NonLinearOptimization_Module
* \brief Performs non linear optimization over a non-linear function, * \brief Performs non linear optimization over a non-linear function,
* using a variant of the Levenberg Marquardt algorithm. * using a variant of the Levenberg Marquardt algorithm.
* *