Uses of Class
org.hipparchus.util.Incrementor
-
Packages that use Incrementor Package Description org.hipparchus.analysis.integration Numerical integration (quadrature) algorithms for univariate real functions.org.hipparchus.util 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 Incrementor Modifier and Type Field Description protected Incrementor
BaseAbstractFieldUnivariateIntegrator. iterations
The iteration count.protected Incrementor
BaseAbstractUnivariateIntegrator. iterations
The iteration count. -
Uses of Incrementor in org.hipparchus.util
Methods in org.hipparchus.util that return Incrementor Modifier and Type Method Description Incrementor
Incrementor. withCallback(Incrementor.MaxCountExceededCallback cb)
Creates a new instance with a given callback.Incrementor
Incrementor. withCount(int value)
Creates a new instance and set the counter to the given value.Incrementor
Incrementor. withMaximalCount(int max)
Creates a new instance with a given maximal count.
-