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:
Thomas Capricelli
2009-08-08 22:18:48 +02:00
parent b10637be50
commit d646d99366
5 changed files with 184 additions and 0 deletions

View 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