#include <stdio.h>#include "main.h"#include <unsupported/Eigen/NonLinearOptimization>#include <Eigen/src/Core/util/DisableStupidWarnings.h>
Go to the source code of this file.
| int fcn_chkder | ( | const VectorXd & | x, |
| VectorXd & | fvec, | ||
| MatrixXd & | fjac, | ||
| int | iflag | ||
| ) |
Definition at line 17 of file NonLinearOptimization.cpp.
| void test_NonLinearOptimization | ( | ) |
Definition at line 1813 of file NonLinearOptimization.cpp.
| void testChkder | ( | ) |
Definition at line 60 of file NonLinearOptimization.cpp.
| void testHybrd | ( | ) |
Definition at line 396 of file NonLinearOptimization.cpp.
| void testHybrd1 | ( | ) |
Definition at line 370 of file NonLinearOptimization.cpp.
| void testHybrj | ( | ) |
Definition at line 312 of file NonLinearOptimization.cpp.
| void testHybrj1 | ( | ) |
Definition at line 280 of file NonLinearOptimization.cpp.
| void testLmder | ( | ) |
Definition at line 194 of file NonLinearOptimization.cpp.
| void testLmder1 | ( | ) |
Definition at line 166 of file NonLinearOptimization.cpp.
| void testLmdif | ( | ) |
Definition at line 585 of file NonLinearOptimization.cpp.
| void testLmdif1 | ( | ) |
Definition at line 555 of file NonLinearOptimization.cpp.
| void testLmstr | ( | ) |
Definition at line 499 of file NonLinearOptimization.cpp.
| void testLmstr1 | ( | ) |
Definition at line 470 of file NonLinearOptimization.cpp.
| void testNistBennett5 | ( | void | ) |
Definition at line 1501 of file NonLinearOptimization.cpp.
| void testNistBoxBOD | ( | void | ) |
Definition at line 1244 of file NonLinearOptimization.cpp.
| void testNistChwirut2 | ( | void | ) |
Definition at line 670 of file NonLinearOptimization.cpp.
| void testNistEckerle4 | ( | void | ) |
Definition at line 1767 of file NonLinearOptimization.cpp.
| void testNistHahn1 | ( | void | ) |
Definition at line 840 of file NonLinearOptimization.cpp.
| void testNistLanczos1 | ( | void | ) |
Definition at line 1004 of file NonLinearOptimization.cpp.
| void testNistMGH09 | ( | void | ) |
Definition at line 1415 of file NonLinearOptimization.cpp.
| void testNistMGH10 | ( | void | ) |
Definition at line 1168 of file NonLinearOptimization.cpp.
| void testNistMGH17 | ( | void | ) |
Definition at line 1326 of file NonLinearOptimization.cpp.
| void testNistMisra1a | ( | void | ) |
Definition at line 750 of file NonLinearOptimization.cpp.
| void testNistMisra1d | ( | void | ) |
Definition at line 926 of file NonLinearOptimization.cpp.
| void testNistRat42 | ( | void | ) |
Definition at line 1090 of file NonLinearOptimization.cpp.
| void testNistRat43 | ( | void | ) |
Definition at line 1680 of file NonLinearOptimization.cpp.
| void testNistThurber | ( | void | ) |
Definition at line 1588 of file NonLinearOptimization.cpp.