mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Start of module "NonLinear". We start out of cminpack-1.0.2
(http://devernay.free.fr/hacks/cminpack.html) The first test is adapted from the example/ directory. Some stuff is hard coded for our initial tests.
This commit is contained in:
17
unsupported/Eigen/NonLinear
Normal file
17
unsupported/Eigen/NonLinear
Normal file
@@ -0,0 +1,17 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user