| 
    MRPT
    2.0.4
    
   | 
 
#include <mrpt/math/CLevenbergMarquardt.h>#include <mrpt/system/CTicTac.h>#include <cmath>#include <iostream>Go to the source code of this file.
Functions | |
| void | myFunction (const CVectorDouble &x, const CVectorDouble &y, CVectorDouble &out_f) | 
| void | TestLevMarq () | 
Variables | |
| double | levmarq_final_error = 1e10 | 
| void myFunction | ( | const CVectorDouble & | x, | 
| const CVectorDouble & | y, | ||
| CVectorDouble & | out_f | ||
| ) | 
Definition at line 23 of file LevMarqTest_impl.cpp.
References mrpt::math::CVectorDynamic< T >::resize().
Referenced by TestLevMarq().
| void TestLevMarq | ( | ) | 
Definition at line 31 of file LevMarqTest_impl.cpp.
References mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::execute(), mrpt::math::MatrixVectorBase< Scalar, Derived >::fill(), mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::TResultInfo::final_sqr_err, mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::TResultInfo::iterations_executed, levmarq_final_error, myFunction(), mrpt::math::CLevenbergMarquardtTempl< VECTORTYPE, USERPARAM >::TResultInfo::path, mrpt::math::CVectorDynamic< T >::resize(), mrpt::math::MatrixVectorBase< Scalar, Derived >::saveToTextFile(), mrpt::system::CTicTac::Tac(), and mrpt::system::CTicTac::Tic().
Referenced by TEST().
| double levmarq_final_error = 1e10 | 
Definition at line 20 of file LevMarqTest_impl.cpp.
Referenced by TEST(), and TestLevMarq().
| Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |