#include "numeric/quadfitlinesearch.hxx"#include "numeric/funcobj.hxx"#include "numeric/testtool.hxx"#include <memory>#include <string>#include <cmath>

Go to the source code of this file.
Classes | |
| class | TestFunc1 |
| class | TestFunc2 |
| class | TestFunc3 |
| class | TestFunc4 |
| class | TestFunc5 |
| class | TestFunc6 |
| class | TestFunc7 |
| class | TestFunc8 |
| class | TestFuncMax1 |
| class | TestFuncMax2 |
Functions | |
| void | run () |
| int | main () |
| int main | ( | ) |
| void run | ( | ) |
Definition at line 218 of file quadfitlinesearch_test.cxx.
References scsolver::numeric::GOAL_MAXIMIZE, and runSingleVarTestFunc().
Referenced by main().
1.5.3