Parallel Colt 0.7.2

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

Packages that use FloatIterationReporter
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 FloatIterationReporter in cern.colt.matrix.tfloat.algo.solver
 

Classes in cern.colt.matrix.tfloat.algo.solver that implement FloatIterationReporter
 class NoFloatIterationReporter
          An iteration reporter which does nothing.
 

Methods in cern.colt.matrix.tfloat.algo.solver that return FloatIterationReporter
 FloatIterationReporter FloatIterationMonitor.getIterationReporter()
          Returns current iteration reporter
 FloatIterationReporter AbstractFloatIterationMonitor.getIterationReporter()
           
 

Methods in cern.colt.matrix.tfloat.algo.solver with parameters of type FloatIterationReporter
 void FloatIterationMonitor.setIterationReporter(FloatIterationReporter monitor)
          Sets new iteration reporter
 void AbstractFloatIterationMonitor.setIterationReporter(FloatIterationReporter monitor)
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage