|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleNotConvergedException.Reason | |
---|---|
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. MRNSD - Modified Residual Norm Steepest Descent. CGLS - Conjugate Gradient for Least Squares. |
Uses of DoubleNotConvergedException.Reason in cern.colt.matrix.tdouble.algo.solver |
---|
Methods in cern.colt.matrix.tdouble.algo.solver that return DoubleNotConvergedException.Reason | |
---|---|
DoubleNotConvergedException.Reason |
DoubleNotConvergedException.getReason()
Returns the reason for the exception |
static DoubleNotConvergedException.Reason |
DoubleNotConvergedException.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DoubleNotConvergedException.Reason[] |
DoubleNotConvergedException.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in cern.colt.matrix.tdouble.algo.solver with parameters of type DoubleNotConvergedException.Reason | |
---|---|
DoubleNotConvergedException(DoubleNotConvergedException.Reason reason)
Constructor for NotConvergedException. |
|
DoubleNotConvergedException(DoubleNotConvergedException.Reason reason,
String message)
Constructor for NotConvergedException |
|
IterativeSolverDoubleNotConvergedException(DoubleNotConvergedException.Reason reason,
DoubleIterationMonitor iter)
Constructor for IterativeSolverNotConvergedException |
|
IterativeSolverDoubleNotConvergedException(DoubleNotConvergedException.Reason reason,
String message,
DoubleIterationMonitor iter)
Constructor for IterativeSolverNotConvergedException |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |