#include <mrpt/math/CLevenbergMarquardt.h>
Public Attributes | |
double | final_sqr_err |
size_t | iterations_executed |
CMatrixD | path |
Each row is the optimized value at each iteration. |
Definition at line 50 of file CLevenbergMarquardt.h.
double mrpt::math::CLevenbergMarquardt::CLevenbergMarquardt::TResultInfo::final_sqr_err |
Definition at line 52 of file CLevenbergMarquardt.h.
size_t mrpt::math::CLevenbergMarquardt::CLevenbergMarquardt::TResultInfo::iterations_executed |
Definition at line 53 of file CLevenbergMarquardt.h.
CMatrixD mrpt::math::CLevenbergMarquardt::CLevenbergMarquardt::TResultInfo::path |
Each row is the optimized value at each iteration.
Definition at line 54 of file CLevenbergMarquardt.h.
Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN:exported at Mon Jan 12 13:00:16 UTC 2009 |