Parallel Colt 0.7.2

Uses of Class
cern.colt.matrix.tfloat.algo.solver.FloatNotConvergedException.Reason

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

Methods in cern.colt.matrix.tfloat.algo.solver that return FloatNotConvergedException.Reason
 FloatNotConvergedException.Reason FloatNotConvergedException.getReason()
          Returns the reason for the exception
static FloatNotConvergedException.Reason FloatNotConvergedException.Reason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FloatNotConvergedException.Reason[] FloatNotConvergedException.Reason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in cern.colt.matrix.tfloat.algo.solver with parameters of type FloatNotConvergedException.Reason
FloatNotConvergedException(FloatNotConvergedException.Reason reason)
          Constructor for NotConvergedException.
FloatNotConvergedException(FloatNotConvergedException.Reason reason, String message)
          Constructor for NotConvergedException
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