org.apache.commons.math.linear
Class ConjugateGradient.ConjugateGradientEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.commons.math.util.IterationEvent
          extended by org.apache.commons.math.linear.IterativeLinearSolverEvent
              extended by org.apache.commons.math.linear.ConjugateGradient.ConjugateGradientEvent
All Implemented Interfaces:
java.io.Serializable, ProvidesResidual
Enclosing class:
ConjugateGradient

public abstract static class ConjugateGradient.ConjugateGradientEvent
extends IterativeLinearSolverEvent
implements ProvidesResidual

The type of all events fired by this implementation of the Conjugate Gradient method.

Version:
$Id: ConjugateGradient.java 1175404 2011-09-25 14:48:18Z celestin $
See Also:
Serialized Form

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

ConjugateGradient.ConjugateGradientEvent

public ConjugateGradient.ConjugateGradientEvent(java.lang.Object source)
Creates a new instance of this class.

Parameters:
source - The iterative algorithm on which the event initially occurred.


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.