#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 |
Functions | |
void | 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) |
void test_levenberg_marquardt | ( | ) |
Definition at line 1419 of file levenberg_marquardt.cpp.
void testLmder | ( | ) |
Definition at line 87 of file levenberg_marquardt.cpp.
void testLmder1 | ( | ) |
Definition at line 59 of file levenberg_marquardt.cpp.
void testLmdif | ( | ) |
Definition at line 190 of file levenberg_marquardt.cpp.
void testLmdif1 | ( | ) |
Definition at line 160 of file levenberg_marquardt.cpp.
void testNistBennett5 | ( | void | ) |
Definition at line 1107 of file levenberg_marquardt.cpp.
void testNistBoxBOD | ( | void | ) |
Definition at line 850 of file levenberg_marquardt.cpp.
void testNistChwirut2 | ( | void | ) |
Definition at line 275 of file levenberg_marquardt.cpp.
void testNistEckerle4 | ( | void | ) |
Definition at line 1373 of file levenberg_marquardt.cpp.
void testNistHahn1 | ( | void | ) |
Definition at line 446 of file levenberg_marquardt.cpp.
void testNistLanczos1 | ( | void | ) |
Definition at line 610 of file levenberg_marquardt.cpp.
void testNistMGH09 | ( | void | ) |
Definition at line 1021 of file levenberg_marquardt.cpp.
void testNistMGH10 | ( | void | ) |
Definition at line 774 of file levenberg_marquardt.cpp.
void testNistMGH17 | ( | void | ) |
Definition at line 932 of file levenberg_marquardt.cpp.
void testNistMisra1a | ( | void | ) |
Definition at line 355 of file levenberg_marquardt.cpp.
void testNistMisra1d | ( | void | ) |
Definition at line 532 of file levenberg_marquardt.cpp.
void testNistRat42 | ( | void | ) |
Definition at line 696 of file levenberg_marquardt.cpp.
void testNistRat43 | ( | void | ) |
Definition at line 1286 of file levenberg_marquardt.cpp.
void testNistThurber | ( | void | ) |
Definition at line 1194 of file levenberg_marquardt.cpp.