Click or drag to resize
Accord.NET (logo)

IConstraintFunction 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
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.
See Also