|
Public Member Functions |
| | NonLinearInequality () |
| | NonLinearInequality (NLP *nlprob, int numconstraints=1) |
| | NonLinearInequality (NLP *nlprob, const NEWMAT::ColumnVector &rhs, int numconstraints=1) |
| | NonLinearInequality (NLP *nlprob, const bool flag, int numconstraints=1) |
| | NonLinearInequality (NLP *nlprob, const NEWMAT::ColumnVector &rhs, const bool flag, int numconstraints=1) |
| | NonLinearInequality (NLP *nlprob, const NEWMAT::ColumnVector &lower, const NEWMAT::ColumnVector &upper, int numconstraints=1) |
| virtual | ~NonLinearInequality () |
| NEWMAT::ColumnVector | getConstraintType () 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 | ctype_ |
| | Type of constraint - NLineq.
|
| const bool | oneSided_ |
| | Denotes whether we have a 1-sided constraint.
|