Parallel Colt 0.7.2

Uses of Class
cern.colt.matrix.tdouble.algo.solver.DoubleNotConvergedException

Packages that use DoubleNotConvergedException
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.  
 

Uses of DoubleNotConvergedException in cern.colt.matrix.tdouble.algo.solver
 

Subclasses of DoubleNotConvergedException in cern.colt.matrix.tdouble.algo.solver
 class IterativeSolverDoubleNotConvergedException
          Exception for lack of convergence in a linear problem.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage