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

Public Member Functions | |
| LinearEquation () | |
| LinearEquation (const NEWMAT::Matrix &A, const NEWMAT::ColumnVector &rhs) | |
| virtual | ~LinearEquation () |
| virtual NEWMAT::ColumnVector | getConstraintType () const |
| NEWMAT::ColumnVector | getB () 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 | b_ |
| Right-hand side of equation. | |
| NEWMAT::ColumnVector | ctype_ |
| Type of constraint - Leqn. | |
|
|
Default Constructor |
|
||||||||||||
|
|
|
|
Destructor |
|
||||||||||||
|
Takes two arguments and returns a bool.
Implements OPTPP::LinearConstraint. |
|
|
Takes one argument and returns a ColumnVector.
Implements OPTPP::LinearConstraint. |
|
|
Implements OPTPP::LinearConstraint. |
|
|
Takes one argument and returns a real Matrix.
Implements OPTPP::LinearConstraint. |
|
|
Takes one argument and returns a ColumnVector.
Implements OPTPP::LinearConstraint. |
|
|
|
|
|
Implements OPTPP::LinearConstraint. |
|
|
Right-hand side of equation.
|
|
|
Type of constraint - Leqn.
|