Parallel Colt 0.7.2

cern.colt.matrix.tfloat.algo.solver
Class CGLSFloatIterationMonitor

java.lang.Object
  extended by cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
      extended by cern.colt.matrix.tfloat.algo.solver.DefaultFloatIterationMonitor
          extended by cern.colt.matrix.tfloat.algo.solver.CGLSFloatIterationMonitor
All Implemented Interfaces:
FloatIterationMonitor

public class CGLSFloatIterationMonitor
extends DefaultFloatIterationMonitor


Constructor Summary
CGLSFloatIterationMonitor()
           
 
Method Summary
 
Methods inherited from class cern.colt.matrix.tfloat.algo.solver.DefaultFloatIterationMonitor
getAbsoluteTolerance, getDivergenceTolerance, getMaxIterations, getRelativeTolerance, setAbsoluteTolerance, setDivergenceTolerance, setMaxIterations, setRelativeTolerance
 
Methods inherited from class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
converged, converged, converged, converged, getIterationReporter, getNormType, isFirst, iterations, next, residual, setFirst, setIterationReporter, setNormType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CGLSFloatIterationMonitor

public CGLSFloatIterationMonitor()

Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage