119 uv_ref << -2, 1, 4, 8, 6, 1.8, 1.2, 1.1, 1.9, 3;
124 sparse_gaussian.initPoints(uv_ref,
x);
142 MatrixXd Err(values, maxiter);
143 MatrixXd Mod(values, maxiter);
145 status = lm.minimizeInit(uv);
Array< int, Dynamic, 1 > v
Definition: Array_initializer_list_vector_cxx11.cpp:1
Performs non linear optimization over a non-linear function, using a variant of the Levenberg Marquar...
Definition: LevenbergMarquardt/LevenbergMarquardt.h:102
The matrix class, also used for vectors and row-vectors.
Definition: Eigen/Eigen/src/Core/Matrix.h:186
Expression of a fixed-size or dynamic-size sub-vector.
Definition: VectorBlock.h:58
int info
Definition: level2_cplx_impl.h:39
#define VERIFY_IS_EQUAL(a, b)
Definition: main.h:367
Status
Definition: LevenbergMarquardt/LevenbergMarquardt.h:27
@ ImproperInputParameters
Definition: LevenbergMarquardt/LevenbergMarquardt.h:30
list x
Definition: plotDoE.py:28
Definition: fft_test_shared.h:66
Definition: sparseLM.cpp:21