#include <Constraint.h>
Public Member Functions | |
| Constraint () | |
| Constraint (ConstraintBase *base) | |
| int | getNumOfCons () const |
| int | getNumOfVars () const |
| NEWMAT::ColumnVector | getLower () const |
| NEWMAT::ColumnVector | getUpper () const |
| NEWMAT::ColumnVector | getConstraintType () const |
| NEWMAT::ColumnVector | getConstraintViolation () const |
| NEWMAT::ColumnVector | getConstraintValue () const |
| OptppArray< int > | getConstraintMappingIndices () const |
| NEWMAT::ColumnVector | evalResidual (const NEWMAT::ColumnVector &xcurrent) const |
| void | evalCFGH (const NEWMAT::ColumnVector &xcurrent) const |
| NEWMAT::Matrix | evalGradient (const NEWMAT::ColumnVector &xcurrent) const |
| NEWMAT::SymmetricMatrix | evalHessian (NEWMAT::ColumnVector &xcurrent) const |
| OptppArray< NEWMAT::SymmetricMatrix > | evalHessian (NEWMAT::ColumnVector &xcurrent, int darg) const |
| bool | amIFeasible (const NEWMAT::ColumnVector &xcurrent, double epsilon) const |
Private Attributes | |
| SmartPtr< ConstraintBase > | ptr_ |
| Smart Pointer to ConstraintBase. | |
|
|
Default Constructor
|
|
|
|
|
||||||||||||
|
Takes two arguments and returns a bool.
|
|
|
|
|
|
Takes one argument and returns a real Matrix.
|
|
||||||||||||
|
Takes two arguments and returns an array of real SymmetricMatrices.
|
|
|
Takes one argument and returns a SymmetricMatrix
|
|
|
Takes one argument and returns a ColumnVector of reals.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Smart Pointer to ConstraintBase.
|