Public Member Functions | |
Appl_Data_NPSOL (int length) | |
bool | Compare (NEWMAT::ColumnVector &) |
bool | getCJacobian (NEWMAT::ColumnVector &, NEWMAT::Matrix &) |
bool | getConstraint (NEWMAT::ColumnVector &, NEWMAT::ColumnVector &) |
bool | getF (NEWMAT::ColumnVector &, real &) |
bool | getGrad (NEWMAT::ColumnVector &, NEWMAT::ColumnVector &) |
void | update (int, int, NEWMAT::ColumnVector &, double, int, NEWMAT::ColumnVector &, NEWMAT::Matrix &) |
Update the objective function value, constraint functions, and Jacobian. | |
void | update (int, int, NEWMAT::ColumnVector &, double, int, NEWMAT::ColumnVector &) |
Update the objective function value and nonlinear constraint functions. | |
void | update (int, int, NEWMAT::ColumnVector &, int, NEWMAT::ColumnVector &, NEWMAT::Matrix &) |
Update the nonlinear constraint functions and constraint Jacobian. | |
void | update (int, NEWMAT::ColumnVector &, int, NEWMAT::ColumnVector &) |
Update the nonlinear constraint functions. | |
void | update (int, int, NEWMAT::ColumnVector &, NEWMAT::ColumnVector &) |
Update the objective function gradient. | |
void | update (int, int, NEWMAT::ColumnVector &, real) |
Update the objective function value. |
Definition at line 30 of file Appl_Data_NPSOL.h.
void OPTPP::Appl_Data_NPSOL::update | ( | int | , | |
int | , | |||
NEWMAT::ColumnVector & | , | |||
double | , | |||
int | , | |||
NEWMAT::ColumnVector & | , | |||
NEWMAT::Matrix & | ||||
) |
Update the objective function value, constraint functions, and Jacobian.
void OPTPP::Appl_Data_NPSOL::update | ( | int | , | |
int | , | |||
NEWMAT::ColumnVector & | , | |||
double | , | |||
int | , | |||
NEWMAT::ColumnVector & | ||||
) |
Update the objective function value and nonlinear constraint functions.
void OPTPP::Appl_Data_NPSOL::update | ( | int | , | |
int | , | |||
NEWMAT::ColumnVector & | , | |||
int | , | |||
NEWMAT::ColumnVector & | , | |||
NEWMAT::Matrix & | ||||
) |
Update the nonlinear constraint functions and constraint Jacobian.
void OPTPP::Appl_Data_NPSOL::update | ( | int | , | |
NEWMAT::ColumnVector & | , | |||
int | , | |||
NEWMAT::ColumnVector & | ||||
) |
Update the nonlinear constraint functions.
void OPTPP::Appl_Data_NPSOL::update | ( | int | , | |
int | , | |||
NEWMAT::ColumnVector & | , | |||
NEWMAT::ColumnVector & | ||||
) |
Update the objective function gradient.
void OPTPP::Appl_Data_NPSOL::update | ( | int | , | |
int | , | |||
NEWMAT::ColumnVector & | , | |||
real | ||||
) |
Update the objective function value.