Click or drag to resize

NonlinearConstraintEvaluateConstraintFunction(DoubleVector) Method

Evaluates the constraint function at the given point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double EvaluateConstraintFunction(
	DoubleVector x
)

Parameters

x  DoubleVector
The point at which to evaluate the constraint function.

Return Value

Double
The value of the constraint function at x.
See Also