|
||||||||||
| 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
org.apache.commons.math.linear.ConjugateGradient.ConjugateGradientEvent
public abstract static class ConjugateGradient.ConjugateGradientEvent
The type of all events fired by this implementation of the Conjugate Gradient method.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ConjugateGradient.ConjugateGradientEvent(java.lang.Object source)
Creates a new instance of this class. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.commons.math.linear.IterativeLinearSolverEvent |
|---|
getRightHandSideVector, getSolution |
| 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 |
| Methods inherited from interface org.apache.commons.math.linear.ProvidesResidual |
|---|
getResidual |
| Constructor Detail |
|---|
public ConjugateGradient.ConjugateGradientEvent(java.lang.Object source)
source - The iterative algorithm on which the event initially
occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||