Uses of Class
org.hipparchus.util.Incrementor
Packages that use Incrementor
Package
Description
Numerical integration (quadrature) algorithms for univariate real functions.
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of Incrementor in org.hipparchus.analysis.integration
Fields in org.hipparchus.analysis.integration declared as IncrementorModifier and TypeFieldDescriptionprotected final Incrementor
BaseAbstractFieldUnivariateIntegrator.iterations
The iteration count.protected final Incrementor
BaseAbstractUnivariateIntegrator.iterations
The iteration count. -
Uses of Incrementor in org.hipparchus.util
Methods in org.hipparchus.util that return IncrementorModifier and TypeMethodDescriptionIncrementor.withCallback
(Incrementor.MaxCountExceededCallback cb) Creates a new instance with a given callback.Incrementor.withCount
(int value) Creates a new instance and set the counter to the given value.Incrementor.withMaximalCount
(int max) Creates a new instance with a given maximal count.