Uses of Class
org.apache.commons.math3.util.IntegerSequence.Incrementor
-
Packages that use IntegerSequence.Incrementor Package Description org.apache.commons.math3.analysis.integration Numerical integration (quadrature) algorithms for univariate real functions.org.apache.commons.math3.analysis.solvers Root finding algorithms, for univariate real functions.org.apache.commons.math3.ode This package provides classes to solve Ordinary Differential Equations problems.org.apache.commons.math3.optim.univariate One-dimensional optimization algorithms.org.apache.commons.math3.util Convenience routines and common data structures used throughout the commons-math library. -
-
Uses of IntegerSequence.Incrementor in org.apache.commons.math3.analysis.integration
Fields in org.apache.commons.math3.analysis.integration declared as IntegerSequence.Incrementor Modifier and Type Field Description private IntegerSequence.IncrementorBaseAbstractUnivariateIntegrator. countThe iteration count.private IntegerSequence.IncrementorBaseAbstractUnivariateIntegrator. evaluationsThe functions evaluation count. -
Uses of IntegerSequence.Incrementor in org.apache.commons.math3.analysis.solvers
Fields in org.apache.commons.math3.analysis.solvers declared as IntegerSequence.Incrementor Modifier and Type Field Description private IntegerSequence.IncrementorBaseAbstractUnivariateSolver. evaluationsEvaluations counter.private IntegerSequence.IncrementorFieldBracketingNthOrderBrentSolver. evaluationsEvaluations counter. -
Uses of IntegerSequence.Incrementor in org.apache.commons.math3.ode
Fields in org.apache.commons.math3.ode declared as IntegerSequence.Incrementor Modifier and Type Field Description private IntegerSequence.IncrementorAbstractFieldIntegrator. evaluationsCounter for number of evaluations.private IntegerSequence.IncrementorAbstractIntegrator. evaluationsCounter for number of evaluations.Methods in org.apache.commons.math3.ode that return IntegerSequence.Incrementor Modifier and Type Method Description protected IntegerSequence.IncrementorAbstractIntegrator. getCounter()Get the evaluations counter.protected IntegerSequence.IncrementorAbstractFieldIntegrator. getEvaluationsCounter()Get the evaluations counter. -
Uses of IntegerSequence.Incrementor in org.apache.commons.math3.optim.univariate
Fields in org.apache.commons.math3.optim.univariate declared as IntegerSequence.Incrementor Modifier and Type Field Description private IntegerSequence.IncrementorBracketFinder. evaluationsCounter for function evaluations. -
Uses of IntegerSequence.Incrementor in org.apache.commons.math3.util
Fields in org.apache.commons.math3.util declared as IntegerSequence.Incrementor Modifier and Type Field Description private IntegerSequence.IncrementorIterationManager. iterationsKeeps a count of the number of iterations.Methods in org.apache.commons.math3.util that return IntegerSequence.Incrementor Modifier and Type Method Description static IntegerSequence.IncrementorIntegerSequence.Incrementor. create()Factory method that creates a default instance.IntegerSequence.IncrementorIntegerSequence.Incrementor. withCallback(IntegerSequence.Incrementor.MaxCountExceededCallback cb)Creates a new instance with a given callback.IntegerSequence.IncrementorIntegerSequence.Incrementor. withIncrement(int step)Creates a new instance with a given increment.IntegerSequence.IncrementorIntegerSequence.Incrementor. withMaximalCount(int max)Creates a new instance with a given maximal count.IntegerSequence.IncrementorIntegerSequence.Incrementor. withStart(int start)Creates a new instance with a given initial value.Methods in org.apache.commons.math3.util with parameters of type IntegerSequence.Incrementor Modifier and Type Method Description static IncrementorIncrementor. wrap(IntegerSequence.Incrementor incrementor)Deprecated.Create an instance that delegates everything to aIntegerSequence.Incrementor.
-