|
TR-mbed 1.0
|
#include <iostream>#include <fstream>#include <iomanip>#include "main.h"#include <Eigen/LevenbergMarquardt>Classes | |
| struct | DenseLM< Scalar > |
Functions | |
| template<typename FunctorType , typename VectorType > | |
| int | test_minimizeLM (FunctorType &functor, VectorType &uv) |
| template<typename FunctorType , typename VectorType > | |
| int | test_lmder (FunctorType &functor, VectorType &uv) |
| template<typename FunctorType , typename VectorType > | |
| int | test_minimizeSteps (FunctorType &functor, VectorType &uv) |
| template<typename T > | |
| void | test_denseLM_T () |
| EIGEN_DECLARE_TEST (denseLM) | |
| EIGEN_DECLARE_TEST | ( | denseLM | ) |
| void test_denseLM_T | ( | ) |
| int test_lmder | ( | FunctorType & | functor, |
| VectorType & | uv | ||
| ) |
| int test_minimizeLM | ( | FunctorType & | functor, |
| VectorType & | uv | ||
| ) |
| int test_minimizeSteps | ( | FunctorType & | functor, |
| VectorType & | uv | ||
| ) |