|
TR-mbed 1.0
|
#include <stdio.h>#include "main.h"#include <unsupported/Eigen/NonLinearOptimization>#include <Eigen/src/Core/util/DisableStupidWarnings.h>Classes | |
| struct | Functor< _Scalar, NX, NY > |
| struct | lmder_functor |
| struct | hybrj_functor |
| struct | hybrd_functor |
| struct | lmstr_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 |
| #define | LM_CHECK_N_ITERS(SOLVER, NFEV, NJEV) |
Functions | |
| int | fcn_chkder (const VectorXd &x, VectorXd &fvec, MatrixXd &fjac, int iflag) |
| void | testChkder () |
| void | testLmder1 () |
| void | testLmder () |
| void | testHybrj1 () |
| void | testHybrj () |
| void | testHybrd1 () |
| void | testHybrd () |
| void | testLmstr1 () |
| void | testLmstr () |
| 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 (NonLinearOptimization) | |
| #define LM_CHECK_N_ITERS | ( | SOLVER, | |
| NFEV, | |||
| NJEV | |||
| ) |
| #define LM_EVAL_COUNT_TOL 4/3 |
| EIGEN_DECLARE_TEST | ( | NonLinearOptimization | ) |
| void testChkder | ( | ) |
| void testHybrd | ( | ) |
| void testHybrd1 | ( | ) |
| void testHybrj | ( | ) |
| void testHybrj1 | ( | ) |
| void testLmder | ( | ) |
| void testLmder1 | ( | ) |
| void testLmdif | ( | ) |
| void testLmdif1 | ( | ) |
| void testLmstr | ( | ) |
| void testLmstr1 | ( | ) |
| 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 | ) |