Parallel Colt 0.7.2

Uses of Package
cern.colt.matrix.tdouble.algo.solver

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

Classes in cern.colt.matrix.tdouble.algo.solver used by cern.colt.matrix.tdouble.algo.solver
AbstractDoubleIterationMonitor
          Partial implementation of an iteration reporter
AbstractDoubleIterativeSolver
          Partial implementation of an iterative solver
DefaultDoubleIterationMonitor
          Default iteration monitor.
DoubleIterationMonitor
          Monitors the iterative solution process for convergence and divergence.
DoubleIterationReporter
          Reports on the progress of an iterative solver
DoubleIterativeSolver
          Iterative linear solver.
DoubleNotConvergedException
          Signals lack of convergence of an iterative process
DoubleNotConvergedException.Reason
          Possible reasons for lack of convergence
HyBRInnerSolver
           
HyBRRegularizationMethod
           
IterativeSolverDoubleNotConvergedException
          Exception for lack of convergence in a linear problem.
 

Classes in cern.colt.matrix.tdouble.algo.solver used by cern.colt.matrix.tfloat.algo.solver
HyBRInnerSolver
           
HyBRRegularizationMethod
           
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage