MRPT  2.0.3
Functions | Variables
LevMarqTest_impl.cpp File Reference
#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
 

Function Documentation

◆ myFunction()

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().

◆ TestLevMarq()

void TestLevMarq ( )

Variable Documentation

◆ levmarq_final_error

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.17 for MRPT 2.0.3 at Fri May 15 15:49:54 UTC 2020