#include <mrpt/math/CLevenbergMarquardt.h>
Public Attributes | |
| NUMTYPE | final_sqr_err |
| size_t | iterations_executed |
| VECTORTYPE | last_err_vector |
| The last error vector returned by the user-provided functor. | |
| CMatrixTemplateNumeric< NUMTYPE > | path |
| Each row is the optimized value at each iteration. | |
Definition at line 77 of file CLevenbergMarquardt.h.
Referenced by mrpt::math::CLevenbergMarquardtTempl::execute().
Definition at line 78 of file CLevenbergMarquardt.h.
Referenced by mrpt::math::CLevenbergMarquardtTempl::execute().
The last error vector returned by the user-provided functor.
Definition at line 79 of file CLevenbergMarquardt.h.
Referenced by mrpt::math::CLevenbergMarquardtTempl::execute().
Each row is the optimized value at each iteration.
Definition at line 80 of file CLevenbergMarquardt.h.
Referenced by mrpt::math::CLevenbergMarquardtTempl::execute().
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |