Uses of Class
org.hipparchus.util.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
Modifier and TypeFieldDescriptionprotected final Incrementor
BaseAbstractFieldUnivariateIntegrator.iterations
The iteration count.protected final Incrementor
BaseAbstractUnivariateIntegrator.iterations
The iteration count. -
Uses of Incrementor in org.hipparchus.util
Modifier 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.