Definition at line 66 of file CLevenbergMarquardt.h.
#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. |
NUMTYPE mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::TResultInfo::final_sqr_err |
Definition at line 68 of file CLevenbergMarquardt.h.
Referenced by mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::execute().
size_t mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::TResultInfo::iterations_executed |
Definition at line 69 of file CLevenbergMarquardt.h.
Referenced by mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::execute().
VECTORTYPE mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::TResultInfo::last_err_vector |
The last error vector returned by the user-provided functor.
Definition at line 70 of file CLevenbergMarquardt.h.
Referenced by mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::execute().
CMatrixTemplateNumeric<NUMTYPE> mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::TResultInfo::path |
Each row is the optimized value at each iteration.
Definition at line 71 of file CLevenbergMarquardt.h.
Referenced by mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::execute().
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |