Click or drag to resize
BoundedLeastSquaresIFunctionF Method
Public interface for the user-supplied function to evaluate the function that defines the least-squares problem.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
void F(
	double[] x,
	double[] fvalue
)

Parameters

x
Type: SystemDouble
A double array, the point at which the function is to evaluated. x.length = nVariables.
fvalue
Type: SystemDouble
A double array, the function values at point x. f.Length = mFunctions.
See Also