#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 54 of file CLevenbergMarquardt.h.
NUMTYPE mrpt::math::CLevenbergMarquardtTempl< NUMTYPE >::TResultInfo::final_sqr_err |
Definition at line 56 of file CLevenbergMarquardt.h.
size_t mrpt::math::CLevenbergMarquardtTempl< NUMTYPE >::TResultInfo::iterations_executed |
Definition at line 57 of file CLevenbergMarquardt.h.
CMatrixTemplateNumeric<NUMTYPE> mrpt::math::CLevenbergMarquardtTempl< NUMTYPE >::TResultInfo::path |
Each row is the optimized value at each iteration.
Definition at line 58 of file CLevenbergMarquardt.h.
Page generated by Doxygen 1.5.7.1 for MRPT 0.6.5 SVN: at Mon Feb 23 13:35:09 EST 2009 |