Parallel Colt 0.7.2

cern.colt.matrix.tdouble.algo.solver
Class CGLSDoubleIterationMonitor

java.lang.Object
  extended by cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
      extended by cern.colt.matrix.tdouble.algo.solver.DefaultDoubleIterationMonitor
          extended by cern.colt.matrix.tdouble.algo.solver.CGLSDoubleIterationMonitor
All Implemented Interfaces:
DoubleIterationMonitor

public class CGLSDoubleIterationMonitor
extends DefaultDoubleIterationMonitor


Constructor Summary
CGLSDoubleIterationMonitor()
           
 
Method Summary
 
Methods inherited from class cern.colt.matrix.tdouble.algo.solver.DefaultDoubleIterationMonitor
getAbsoluteTolerance, getDivergenceTolerance, getMaxIterations, getRelativeTolerance, setAbsoluteTolerance, setDivergenceTolerance, setMaxIterations, setRelativeTolerance
 
Methods inherited from class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
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

CGLSDoubleIterationMonitor

public CGLSDoubleIterationMonitor()

Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage