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.
|
Modifier and Type | Field and Description |
---|---|
protected Incrementor |
BaseAbstractFieldUnivariateIntegrator.iterations
The iteration count.
|
protected Incrementor |
BaseAbstractUnivariateIntegrator.iterations
The iteration count.
|
Modifier and Type | Method and 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.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.