Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.misc.algorithm.iterative Classes and Interfaces - 9 results found.
NameDescriptionTypePackageFramework
AbsoluteToleranceThe stopping criteria is that the norm of the residual r is equal to or smaller than the specified tolerance, that is,Classcom.numericalmethod.suanshu.misc.algorithm.iterative.toleranceSuanShu
CountMonitorThis IterationMonitor counts the number of iterates generated, hence the number of iterations.Classcom.numericalmethod.suanshu.misc.algorithm.iterative.monitorSuanShu
IteratesMonitorThis IterationMonitor stores all states generated during iterations.Classcom.numericalmethod.suanshu.misc.algorithm.iterative.monitorSuanShu
IterationMonitorTo debug an iterative algorithm, such as in IterativeMethod, it is useful to keep track of the all states generated in the iterations.Interfacecom.numericalmethod.suanshu.misc.algorithm.iterative.monitorSuanShu
IterativeMethodAn iterative method is a mathematical procedure that generates a sequence of improving approximate solutions for a class of problems.Interfacecom.numericalmethod.suanshu.misc.algorithm.iterativeSuanShu
NullMonitorThis IterationMonitor does nothing when a new iterate is added.Classcom.numericalmethod.suanshu.misc.algorithm.iterative.monitorSuanShu
RelativeToleranceThe stopping criteria is that the norm of the residual r relative to the input base is equal to or smaller than the specifiedClasscom.numericalmethod.suanshu.misc.algorithm.iterative.toleranceSuanShu
ToleranceThe tolerance criteria for an iterative algorithm to stop.Interfacecom.numericalmethod.suanshu.misc.algorithm.iterative.toleranceSuanShu
VectorMonitorThis IterationMonitor stores all vectors generated during iterations.Classcom.numericalmethod.suanshu.misc.algorithm.iterative.monitorSuanShu