Interface Tolerance
-
- All Known Implementing Classes:
AbsoluteTolerance
,RelativeTolerance
public interface Tolerance
The tolerance criteria for an iterative algorithm to stop.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isResidualSmall(double norm)
Checks if the updated residual satisfies the tolerance criteria.
-