Click or drag to resize

LinearConstrainedProblemEvaluateConstraints Method

Evaluates each of the constraints at the specified point and returns the results.

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

Parameters

x  DoubleVector
Point at which to evaluate the constraints.

Return Value

DoubleVector
Constraint function values at the point x.
See Also