|
Public Member Functions |
| | LinearInequality () |
| | LinearInequality (const NEWMAT::Matrix &A, const NEWMAT::ColumnVector &rhs) |
| | LinearInequality (const NEWMAT::Matrix &A, const NEWMAT::ColumnVector &rhs, const bool rowFlag) |
| | LinearInequality (const NEWMAT::Matrix &A, const NEWMAT::ColumnVector &lower, const NEWMAT::ColumnVector &upper) |
| virtual | ~LinearInequality () |
| bool | getStdForm () const |
| virtual NEWMAT::ColumnVector | getConstraintType () const |
| virtual NEWMAT::ColumnVector | evalAx (const NEWMAT::ColumnVector &xc) const |
| virtual NEWMAT::ColumnVector | evalResidual (const NEWMAT::ColumnVector &xc) const |
| virtual void | evalCFGH (const NEWMAT::ColumnVector &xc) const |
| virtual NEWMAT::Matrix | evalGradient (const NEWMAT::ColumnVector &xc) const |
| virtual bool | amIFeasible (const NEWMAT::ColumnVector &xc, double epsilon) const |
Protected Attributes |
| NEWMAT::ColumnVector | ctype_ |
| | type of constraints
|