#include <mrpt/math/CLevenbergMarquardt.h>
Public Attributes | |
NUMTYPE | final_sqr_err |
size_t | iterations_executed |
CMatrixTemplateNumeric< NUMTYPE > | path |
Each row is the optimized value at each iteration. |
Definition at line 65 of file CLevenbergMarquardt.h.
NUMTYPE mrpt::math::CLevenbergMarquardtTempl< NUMTYPE, USERPARAM >::TResultInfo::final_sqr_err |
Definition at line 67 of file CLevenbergMarquardt.h.
Referenced by mrpt::math::CLevenbergMarquardtTempl< NUMTYPE, USERPARAM >::execute().
size_t mrpt::math::CLevenbergMarquardtTempl< NUMTYPE, USERPARAM >::TResultInfo::iterations_executed |
Definition at line 68 of file CLevenbergMarquardt.h.
Referenced by mrpt::math::CLevenbergMarquardtTempl< NUMTYPE, USERPARAM >::execute().
CMatrixTemplateNumeric<NUMTYPE> mrpt::math::CLevenbergMarquardtTempl< NUMTYPE, USERPARAM >::TResultInfo::path |
Each row is the optimized value at each iteration.
Definition at line 69 of file CLevenbergMarquardt.h.
Referenced by mrpt::math::CLevenbergMarquardtTempl< NUMTYPE, USERPARAM >::execute().
Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:21:34 EDT 2009 |