|
Public Member Functions |
| | AppLauncher () |
| | AppLauncher (DOMElement *appXML, bool createDir) |
| | AppLauncher (DOMElement *appXML, VariableList &variables, bool createDir) |
| void | init_app (int ndim, NEWMAT::ColumnVector &x) |
| void | run_app (int ndim, const NEWMAT::ColumnVector &x, double &fx, int &result) |
| void | run_app_nlncon (int ndim, int nlncons, const NEWMAT::ColumnVector &x, NEWMAT::ColumnVector &fx, int &result) |
| void | RunFunctionEvaluation (int ndim, const NEWMAT::ColumnVector &x) |
| int | setupin (int ndim, const NEWMAT::ColumnVector &x, const char *fileName) |
| int | substitute_value (char *newLine, char *line, const char *pattern, double value) |
Static Public Member Functions |
| void | init_app (int ndim, NEWMAT::ColumnVector &x, AppLauncher *launcher) |
| void | run_app (int ndim, const NEWMAT::ColumnVector &x, double &fx, int &result, AppLauncher *launcher) |
| void | run_app_nlncon (int ndim, int nlncons, const NEWMAT::ColumnVector &x, NEWMAT::ColumnVector &fx, int &result, AppLauncher *launcher) |
Private Attributes |
| string | appName_ |
| string | appInput_ |
| string | appOutput_ |
| VariableList * | variables_ |
Static Private Attributes |
| string | appDir_ = "" |