|
TR-mbed 1.0
|
#include <stdio.h>#include "main.h"#include <unsupported/Eigen/LevenbergMarquardt>#include <Eigen/src/Core/util/DisableStupidWarnings.h>Classes | |
| struct | lmder_functor |
| struct | lmdif_functor |
| struct | chwirut2_functor |
| struct | misra1a_functor |
| struct | hahn1_functor |
| struct | misra1d_functor |
| struct | lanczos1_functor |
| struct | rat42_functor |
| struct | MGH10_functor |
| struct | BoxBOD_functor |
| struct | MGH17_functor |
| struct | MGH09_functor |
| struct | Bennett5_functor |
| struct | thurber_functor |
| struct | rat43_functor |
| struct | eckerle4_functor |
Macros | |
| #define | LM_EVAL_COUNT_TOL 4/3 |
Functions | |
| void | testLmder1 () |
| void | testLmder () |
| void | testLmdif1 () |
| void | testLmdif () |
| void | testNistChwirut2 (void) |
| void | testNistMisra1a (void) |
| void | testNistHahn1 (void) |
| void | testNistMisra1d (void) |
| void | testNistLanczos1 (void) |
| void | testNistRat42 (void) |
| void | testNistMGH10 (void) |
| void | testNistBoxBOD (void) |
| void | testNistMGH17 (void) |
| void | testNistMGH09 (void) |
| void | testNistBennett5 (void) |
| void | testNistThurber (void) |
| void | testNistRat43 (void) |
| void | testNistEckerle4 (void) |
| EIGEN_DECLARE_TEST (levenberg_marquardt) | |
| #define LM_EVAL_COUNT_TOL 4/3 |
| EIGEN_DECLARE_TEST | ( | levenberg_marquardt | ) |
| void testLmder | ( | ) |
| void testLmder1 | ( | ) |
| void testLmdif | ( | ) |
| void testLmdif1 | ( | ) |
| void testNistBennett5 | ( | void | ) |
| void testNistBoxBOD | ( | void | ) |
| void testNistChwirut2 | ( | void | ) |
| void testNistEckerle4 | ( | void | ) |
| void testNistHahn1 | ( | void | ) |
| void testNistLanczos1 | ( | void | ) |
| void testNistMGH09 | ( | void | ) |
| void testNistMGH10 | ( | void | ) |
| void testNistMGH17 | ( | void | ) |
| void testNistMisra1a | ( | void | ) |
| void testNistMisra1d | ( | void | ) |
| void testNistRat42 | ( | void | ) |
| void testNistRat43 | ( | void | ) |
| void testNistThurber | ( | void | ) |