NumericalDerivatives.SetInitialF Method |
Set the initial function values.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic void SetInitialF(
double[] valueF
)
Public Sub SetInitialF (
valueF As Double()
)
public:
void SetInitialF(
array<double>^ valueF
)
member SetInitialF :
valueF : float[] -> unit
Parameters
- valueF
- Type:System.Double[]
A double array of length m containing the initial
function values,
. Default: All values
are 0.0.
RemarksUse the values

, where

is the initial value of the independent
variables located in array
y.
See Also