NumericalDerivativesSetInitialF Method |
Set the initial function values.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetInitialF(
double[] valueF
)
Public Sub SetInitialF (
valueF As Double()
)
public:
void SetInitialF(
array<double>^ valueF
)
member SetInitialF :
valueF : float[] -> unit
Parameters
- valueF
- Type: SystemDouble
A double array of length m containing the initial
function values, . Default: All values
are 0.0.
Remarks Use the values
, where
is the initial value of the independent
variables located in array
y.
See Also