Serializable
IterativeLinearSolverEvent
public class IterationEvent extends EventObject
IterationManager
should be derived.source
Constructor | Description |
---|---|
IterationEvent(Object source,
int iterations) |
Creates a new instance of this class.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getIterations() |
Returns the number of iterations performed at the time
this event
is created. |
getSource, toString
public IterationEvent(Object source, int iterations)
source
- the iterative algorithm on which the event initially
occurrediterations
- the number of iterations performed at the time
this
event is createdCopyright © 2016–2018 Hipparchus.org. All rights reserved.