#include "numeric/quasinewton.hxx"#include "numeric/funcobj.hxx"#include "numeric/type.hxx"#include "numeric/nlpmodel.hxx"#include "numeric/exception.hxx"

Go to the source code of this file.
Classes | |
| class | TestFunc1 |
Functions | |
| void | debugPrint (const vector< double > &vars, const char *msg) |
| void | runTest (BaseFuncObj *pFuncObj) |
| int | main () |
| void debugPrint | ( | const vector< double > & | vars, | |
| const char * | msg | |||
| ) |
Definition at line 38 of file quasinewton_test.cxx.
| int main | ( | ) |
| void runTest | ( | BaseFuncObj * | pFuncObj | ) |
Definition at line 88 of file quasinewton_test.cxx.
References debugPrint(), and scsolver::numeric::GOAL_MINIMIZE.
1.5.3