Click or drag to resize

GlobalCurveFitterToleranceJacobian Property

Gets and sets the tolerance used to check the Jacobian.

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

Property Value

Double
Remarks
If this tolerance is reached, the process will stop with JacobianWithinTolerance.
See Also