2009-08-09 04:18:48 +08:00
|
|
|
#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.
|
|
|
|
|
*/
|
2009-08-09 11:14:45 +08:00
|
|
|
//@{
|
2009-08-09 04:18:48 +08:00
|
|
|
|
|
|
|
|
#include "src/NonLinear/MathFunctions.h"
|
|
|
|
|
|
2009-08-09 11:14:45 +08:00
|
|
|
//@}
|
|
|
|
|
|
2009-08-09 04:18:48 +08:00
|
|
|
}
|
|
|
|
|
|
2009-08-09 11:14:45 +08:00
|
|
|
|
|
|
|
|
|
2009-08-09 04:18:48 +08:00
|
|
|
#endif // EIGEN_NONLINEAR_MODULE_H
|