Click or drag to resize

DoubleMultiVariableFunctionCentralDifferenceDelta Property

Sets the delta for using the central difference method for approximating the Jacobian. The Jacobian will be approximated only if the deriving class does not override the Jacobian method.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double CentralDifferenceDelta { get; set; }

Property Value

Double
See Also