#include <stdio.h>#include "main.h"#include <unsupported/Eigen/LevenbergMarquardt>#include <Eigen/src/Core/util/DisableStupidWarnings.h>
Go to the source code of this file.
Classes | |
| struct | Bennett5_functor |
| struct | BoxBOD_functor |
| struct | chwirut2_functor |
| struct | eckerle4_functor |
| struct | hahn1_functor |
| struct | lanczos1_functor |
| struct | lmder_functor |
| struct | lmdif_functor |
| struct | MGH09_functor |
| struct | MGH10_functor |
| struct | MGH17_functor |
| struct | misra1a_functor |
| struct | misra1d_functor |
| struct | rat42_functor |
| struct | rat43_functor |
| struct | thurber_functor |
Macros | |
| #define | LM_EVAL_COUNT_TOL 4/3 |
Functions | |
| 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) |
| #define LM_EVAL_COUNT_TOL 4/3 |
Definition at line 27 of file levenberg_marquardt.cpp.
| EIGEN_DECLARE_TEST | ( | levenberg_marquardt | ) |
Definition at line 1448 of file levenberg_marquardt.cpp.
| void testLmder | ( | ) |
Definition at line 93 of file levenberg_marquardt.cpp.
| void testLmder1 | ( | ) |
Definition at line 65 of file levenberg_marquardt.cpp.
| void testLmdif | ( | ) |
Definition at line 196 of file levenberg_marquardt.cpp.
| void testLmdif1 | ( | ) |
Definition at line 166 of file levenberg_marquardt.cpp.
| void testNistBennett5 | ( | void | ) |
Definition at line 1136 of file levenberg_marquardt.cpp.
| void testNistBoxBOD | ( | void | ) |
Definition at line 873 of file levenberg_marquardt.cpp.
| void testNistChwirut2 | ( | void | ) |
Definition at line 281 of file levenberg_marquardt.cpp.
| void testNistEckerle4 | ( | void | ) |
Definition at line 1402 of file levenberg_marquardt.cpp.
| void testNistHahn1 | ( | void | ) |
Definition at line 452 of file levenberg_marquardt.cpp.
| void testNistLanczos1 | ( | void | ) |
Definition at line 616 of file levenberg_marquardt.cpp.
| void testNistMGH09 | ( | void | ) |
Definition at line 1050 of file levenberg_marquardt.cpp.
| void testNistMGH10 | ( | void | ) |
Definition at line 780 of file levenberg_marquardt.cpp.
| void testNistMGH17 | ( | void | ) |
Definition at line 960 of file levenberg_marquardt.cpp.
| void testNistMisra1a | ( | void | ) |
Definition at line 361 of file levenberg_marquardt.cpp.
| void testNistMisra1d | ( | void | ) |
Definition at line 538 of file levenberg_marquardt.cpp.
| void testNistRat42 | ( | void | ) |
Definition at line 702 of file levenberg_marquardt.cpp.
| void testNistRat43 | ( | void | ) |
Definition at line 1315 of file levenberg_marquardt.cpp.
| void testNistThurber | ( | void | ) |
Definition at line 1223 of file levenberg_marquardt.cpp.