Interface | Description |
---|---|
Tolerance |
The tolerance criteria for an iterative algorithm to stop.
|
Class | Description |
---|---|
AbsoluteTolerance |
The stopping criteria is that the norm of the residual r is equal to
or smaller than the specified
tolerance , that is,
||r||2 ≤ tolerance
|
RelativeTolerance |
The stopping criteria is that the norm of the residual r relative to
the input
base is equal to or smaller than the specified
tolerance , that is,
||r||2/base ≤ tolerance
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.