|
MRPT
1.9.9
|
#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 1.9.9 Git: 3a26b90fd Wed Mar 25 20:17:03 2020 +0100 at miƩ mar 25 23:05:41 CET 2020 |