 | INonlinearLeastSqMinimizerSetAllTolerances Method |
Sets all the error tolerances used in computing minima estimates.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxvoid SetAllTolerances(
double tolerance
)
Sub SetAllTolerances (
tolerance As Double
)
void SetAllTolerances(
double tolerance
)
abstract SetAllTolerances :
tolerance : float -> unit
Parameters
- tolerance Double
- Desired tolerance
See Also