|
Parallel Colt 0.7.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DoubleNotConvergedException.Reason>
cern.colt.matrix.tdouble.algo.solver.DoubleNotConvergedException.Reason
public static enum DoubleNotConvergedException.Reason
Possible reasons for lack of convergence
| Enum Constant Summary | |
|---|---|
Breakdown
The iterative process detected a breakdown |
|
Divergence
Divergence detected |
|
Iterations
Did not converge after a maximum number of iterations |
|
| Method Summary | |
|---|---|
static DoubleNotConvergedException.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DoubleNotConvergedException.Reason[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DoubleNotConvergedException.Reason Iterations
public static final DoubleNotConvergedException.Reason Divergence
public static final DoubleNotConvergedException.Reason Breakdown
| Method Detail |
|---|
public static DoubleNotConvergedException.Reason[] values()
for (DoubleNotConvergedException.Reason c : DoubleNotConvergedException.Reason.values()) System.out.println(c);
public static DoubleNotConvergedException.Reason valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
Parallel Colt 0.7.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||