Click or drag to resize
Accord.NET (logo)

NonlinearConstraintFunction Method

Calculates the left hand side of the constraint equation given a vector x.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double Function(
	double[] x
)
Request Example View Source

Parameters

x
Type: SystemDouble
The vector.

Return Value

Type: Double
The left hand side of the constraint equation as evaluated at x.

Implements

IConstraintFunction(Double)
See Also