Click or drag to resize
NumericalDerivatives Constructor
Constructor for NumericalDerivatives.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NumericalDerivatives(
	NumericalDerivativesIFunction fcn
)

Parameters

fcn
Type: Imsl.MathNumericalDerivativesIFunction
An IFunction object which is a user-supplied function to evaluate the equations at the point y.
See Also