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

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