#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 67 of file CLevenbergMarquardt.h.
| NUMTYPE mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::TResultInfo::final_sqr_err |
Definition at line 69 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 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.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |