#include <npsol_optimization_interface.h>
|
| void(* | _funobj )(int *mode, int *n, double *x, double *f, double *g, int *nstate) |
| |
| void(* | _funcon )(int *mode, int *ncnln, int *n, int *ldJ, int *needc, double *x, double *c, double *cJac, int *nstate) |
| |
| std::map< int, std::string > | _exit_message |
| |
| std::map< int, std::string > | _info_message |
| |
| MAST::FunctionEvaluation * | _feval |
| |
| MAST::NPSOLOptimizationInterface::NPSOLOptimizationInterface |
( |
| ) |
|
| virtual MAST::NPSOLOptimizationInterface::~NPSOLOptimizationInterface |
( |
| ) |
|
|
inlinevirtual |
| void MAST::NPSOLOptimizationInterface::_print_termination_message |
( |
const int |
INFORM | ) |
|
|
protected |
| void MAST::NPSOLOptimizationInterface::optimize |
( |
| ) |
|
|
virtual |
| std::map<int, std::string> MAST::NPSOLOptimizationInterface::_exit_message |
|
protected |
| void(* MAST::NPSOLOptimizationInterface::_funcon) (int *mode, int *ncnln, int *n, int *ldJ, int *needc, double *x, double *c, double *cJac, int *nstate) |
|
protected |
| void(* MAST::NPSOLOptimizationInterface::_funobj) (int *mode, int *n, double *x, double *f, double *g, int *nstate) |
|
protected |
| std::map<int, std::string> MAST::NPSOLOptimizationInterface::_info_message |
|
protected |
The documentation for this class was generated from the following files: