NumericalDerivatives Constructor |
Constructor for NumericalDerivatives.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic NumericalDerivatives(
NumericalDerivatives. IFunction fcn
)
Public Sub New (
fcn As NumericalDerivatives. IFunction
)
public:
NumericalDerivatives(
NumericalDerivatives. IFunction^ fcn
)
new :
fcn : NumericalDerivatives. IFunction -> NumericalDerivatives
Parameters
- fcn
- Type: Imsl.Math.NumericalDerivatives.IFunction
An IFunction object which is a user-supplied function to
evaluate the equations at the point y.
See Also