Uses of Interface
org.apache.commons.math4.legacy.core.IntegerSequence.Incrementor.MaxCountExceededCallback
-
Packages that use IntegerSequence.Incrementor.MaxCountExceededCallback Package Description org.apache.commons.math4.legacy.core Core math utilities.org.apache.commons.math4.legacy.linear Linear algebra support. -
-
Uses of IntegerSequence.Incrementor.MaxCountExceededCallback in org.apache.commons.math4.legacy.core
Methods in org.apache.commons.math4.legacy.core with parameters of type IntegerSequence.Incrementor.MaxCountExceededCallback Modifier and Type Method Description IntegerSequence.Incrementor
IntegerSequence.Incrementor. withCallback(IntegerSequence.Incrementor.MaxCountExceededCallback cb)
Creates a new instance with a given callback. -
Uses of IntegerSequence.Incrementor.MaxCountExceededCallback in org.apache.commons.math4.legacy.linear
Constructors in org.apache.commons.math4.legacy.linear with parameters of type IntegerSequence.Incrementor.MaxCountExceededCallback Constructor Description IterationManager(int maxIterations, IntegerSequence.Incrementor.MaxCountExceededCallback callback)
Creates a new instance of this class.
-