#include "numeric/cycliccoordinate.hxx"#include "numeric/funcobj.hxx"#include "numeric/type.hxx"#include "numeric/nlpmodel.hxx"#include "numeric/exception.hxx"#include <cstdlib>#include <memory>

Go to the source code of this file.
Classes | |
| class | TestFunc1 |
| class | TestFunc2 |
Functions | |
| void | debugPrint (const vector< double > &vars, const char *msg) |
| void | runTest1 () |
| void | runTest (BaseFuncObj *pFuncObj) |
| int | main () |
| void debugPrint | ( | const vector< double > & | vars, | |
| const char * | msg | |||
| ) |
Definition at line 44 of file cycliccoordinate_test.cxx.
Referenced by scsolver::numeric::nlp::printCoordinateVectors(), runTest(), and runTest1().
| int main | ( | ) |
| void runTest | ( | BaseFuncObj * | pFuncObj | ) |
Definition at line 145 of file cycliccoordinate_test.cxx.
References debugPrint(), and scsolver::numeric::GOAL_MINIMIZE.
Referenced by main().
| void runTest1 | ( | ) |
Definition at line 119 of file cycliccoordinate_test.cxx.
References debugPrint(), and scsolver::numeric::GOAL_MINIMIZE.
Referenced by main().
1.5.3