MRPT
2.0.1
|
#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.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |