Parallel Colt 0.7.2

Uses of Interface
cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor

Packages that use FloatIterationMonitor
cern.colt.matrix.tfloat.algo.solver Iterative solvers BiCG - BiConjugate gradients. BiCGstab - BiConjugate gradients stabilized. CG - Conjugate gradients. CGS - Conjugate gradients squared. Chebyshev - The Chebyshev iteration for symmetrical, positive definite matrices. GMRES - Generalized minimal residual using restart. IR - Iterative refinement (Richardson's method). QMR - Quasi-minimal residual. HyBR - Hybrid Bidiagonalization Regularization.  
 

Uses of FloatIterationMonitor in cern.colt.matrix.tfloat.algo.solver
 

Classes in cern.colt.matrix.tfloat.algo.solver that implement FloatIterationMonitor
 class AbstractFloatIterationMonitor
          Partial implementation of an iteration reporter
 class CGLSFloatIterationMonitor
           
 class DefaultFloatIterationMonitor
          Default iteration monitor.
 class HyBRFloatIterationMonitor
           
 class MRNSDFloatIterationMonitor
           
 

Methods in cern.colt.matrix.tfloat.algo.solver that return FloatIterationMonitor
 FloatIterationMonitor FloatIterativeSolver.getIterationMonitor()
          Gets the iteration monitor
 FloatIterationMonitor AbstractFloatIterativeSolver.getIterationMonitor()
           
 

Methods in cern.colt.matrix.tfloat.algo.solver with parameters of type FloatIterationMonitor
 void FloatIterativeSolver.setIterationMonitor(FloatIterationMonitor iter)
          Sets iteration monitor
 void AbstractFloatIterativeSolver.setIterationMonitor(FloatIterationMonitor iter)
           
 

Constructors in cern.colt.matrix.tfloat.algo.solver with parameters of type FloatIterationMonitor
IterativeSolverFloatNotConvergedException(FloatNotConvergedException.Reason reason, FloatIterationMonitor iter)
          Constructor for IterativeSolverNotConvergedException
IterativeSolverFloatNotConvergedException(FloatNotConvergedException.Reason reason, String message, FloatIterationMonitor iter)
          Constructor for IterativeSolverNotConvergedException
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage