|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.apache.commons.math.util.IterationEvent
org.apache.commons.math.linear.IterativeLinearSolverEvent
public abstract class IterativeLinearSolverEvent
This is the base class for all events occuring during the iterations of a
IterativeLinearSolver.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
IterativeLinearSolverEvent(java.lang.Object source)
Creates a new instance of this class. |
|
| Method Summary | |
|---|---|
abstract RealVector |
getRightHandSideVector()
Returns the current right-hand side of the linear system to be solved. |
abstract RealVector |
getSolution()
Returns the current estimate of the solution to the linear system to be solved. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IterativeLinearSolverEvent(java.lang.Object source)
source - The iterative algorithm on which the event initially
occurred.| Method Detail |
|---|
public abstract RealVector getRightHandSideVector()
IterativeLinearSolver.
public abstract RealVector getSolution()
IterativeLinearSolver.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||