MinConGenLinIFunctionF Method |
Public interface for the function to be minimized.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Function F (
x As Double()
) As Double
double F(
array<double>^ x
)
abstract F :
x : float[] -> float
Parameters
- x
- Type: SystemDouble
A double array, the point at which the function is
evaluated. x.length equals the number of variables.
Return Value
Type:
Double
A
double scalar, the function value at
x.
See Also