| Name | Description | Type | Package | Framework |
| AbsoluteTolerance | The stopping criteria is that the norm of the residual r is equal to or smaller than the specified tolerance, that is, | Class | com.numericalmethod.suanshu.misc.algorithm.iterative.tolerance | SuanShu |
| CountMonitor | This IterationMonitor counts the number of iterates generated, hence the number of iterations. | Class | com.numericalmethod.suanshu.misc.algorithm.iterative.monitor | SuanShu |
| IteratesMonitor | This IterationMonitor stores all states generated during iterations. | Class | com.numericalmethod.suanshu.misc.algorithm.iterative.monitor | SuanShu |
| IterationMonitor | To debug an iterative algorithm, such as in IterativeMethod, it is useful to keep track of the all states generated in the iterations. | Interface | com.numericalmethod.suanshu.misc.algorithm.iterative.monitor | SuanShu |
| IterativeMethod | An iterative method is a mathematical procedure that generates a sequence of improving approximate solutions for a class of problems. | Interface | com.numericalmethod.suanshu.misc.algorithm.iterative | SuanShu |
| NullMonitor | This IterationMonitor does nothing when a new iterate is added. | Class | com.numericalmethod.suanshu.misc.algorithm.iterative.monitor | SuanShu |
| 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 | Class | com.numericalmethod.suanshu.misc.algorithm.iterative.tolerance | SuanShu |
| Tolerance | The tolerance criteria for an iterative algorithm to stop. | Interface | com.numericalmethod.suanshu.misc.algorithm.iterative.tolerance | SuanShu |
| VectorMonitor | This IterationMonitor stores all vectors generated during iterations. | Class | com.numericalmethod.suanshu.misc.algorithm.iterative.monitor | SuanShu |