Click or drag to resize

Constraint Methods

The Constraint type exposes the following members.

Methods
 NameDescription
Public methodClone Returns a copy of self.
Public methodEvaluateConstraintFunction(Double) Evaluates the constraint function at the given point.
Public methodEvaluateConstraintFunction(DoubleVector) Evaluates the constraint function at the given point.
Public methodGradient(DoubleVector) Evaluates the gradient of the constraint function and returns this value.
Public methodGradient(DoubleVector, DoubleVector) Evaluates the gradient of the constraint function and places in the given vector.
Public methodIsSatisfied(DoubleVector) Determines if the constraint represented by this instance is satisfied at the given point.
Public methodIsSatisfied(DoubleVector, Double) Determines if the constraint represented by this instance is satisfied at the given point withing the given tolerance. The tolerance associated with this object, accessed with the Tolerance property, is ignored.
Top
See Also