mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
953c37f8e5
related to doxygen.
23 lines
347 B
Plaintext
23 lines
347 B
Plaintext
#ifndef EIGEN_NONLINEAR_MODULE_H
|
|
#define EIGEN_NONLINEAR_MODULE_H
|
|
|
|
#include <Eigen/Core>
|
|
|
|
namespace Eigen {
|
|
|
|
/** \ingroup Unsupported_modules
|
|
* \defgroup Support for non linear optimization and non linear least
|
|
* square using minpack routines.
|
|
*/
|
|
//@{
|
|
|
|
#include "src/NonLinear/MathFunctions.h"
|
|
|
|
//@}
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif // EIGEN_NONLINEAR_MODULE_H
|