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