Click or drag to resize
NumericalDerivativesSetInitialF Method
Set the initial function values.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetInitialF(
	double[] valueF
)

Parameters

valueF
Type: SystemDouble
A double array of length m containing the initial function values, y_0.

Default: All values are 0.0.

Remarks
Use the values f(y_0), where y_0 is the initial value of the independent variables located in array y.
See Also