#include <NonLinearEquation.h>
Inheritance diagram for OPTPP::NonLinearEquation:

Public Member Functions | |
| NonLinearEquation () | |
| NonLinearEquation (NLP *nlprob, int numconstraints=1) | |
| NonLinearEquation (NLP *nlprob, const NEWMAT::ColumnVector &rhs, int numconstraints=1) | |
| virtual | ~NonLinearEquation () |
| NEWMAT::ColumnVector | getConstraintType () const |
| NEWMAT::ColumnVector | getB () const |
| NEWMAT::ColumnVector | evalResidual (const NEWMAT::ColumnVector &xc) const |
| void | evalCFGH (const NEWMAT::ColumnVector &xc) const |
| NEWMAT::Matrix | evalGradient (const NEWMAT::ColumnVector &xc) const |
| NEWMAT::SymmetricMatrix | evalHessian (NEWMAT::ColumnVector &xc) const |
| OptppArray< NEWMAT::SymmetricMatrix > | evalHessian (NEWMAT::ColumnVector &xc, int darg) const |
| bool | amIFeasible (const NEWMAT::ColumnVector &xc, double epsilon) const |
Protected Attributes | |
| NEWMAT::ColumnVector | b_ |
| right-hand side of equation | |
| NEWMAT::ColumnVector | ctype_ |
| type of constraint - NLeqn | |
|
|
Default Constructor
|
|
||||||||||||
|
Constructors
|
|
||||||||||||||||
|
Constructors
|
|
|
Destructor |
|
||||||||||||
|
Takes two arguments and returns a bool.
Reimplemented from OPTPP::NonLinearConstraint. |
|
|
Reimplemented from OPTPP::NonLinearConstraint. |
|
|
Takes one argument and returns a Matrix.
Reimplemented from OPTPP::NonLinearConstraint. |
|
||||||||||||
|
Takes two arguments and returns an array of real SymmetricMatrices.
Reimplemented from OPTPP::NonLinearConstraint. |
|
|
Takes one argument and returns a SymmetricMatrix
Reimplemented from OPTPP::NonLinearConstraint. |
|
|
Takes one argument and returns a ColumnVector.
Reimplemented from OPTPP::NonLinearConstraint. |
|
|
|
|
|
Reimplemented from OPTPP::NonLinearConstraint. |
|
|
right-hand side of equation
|
|
|
type of constraint - NLeqn
Reimplemented from OPTPP::NonLinearConstraint. |