mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Remove //@{ ... //@} for same reason as in changeset 2026ea7ff2be0473511cc74c56538cb98c13d301
.
This commit is contained in:
parent
929521678d
commit
63957ad5d6
@ -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"
|
||||||
//@}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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").
|
||||||
|
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user