|
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
)
Function Function (
x As Double()
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
The vector.
Return Value
Type:
Double
The left hand side of the constraint equation as evaluated at x.
See Also