| Package | Description |
|---|---|
| dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative |
| Modifier and Type | Method and Description |
|---|---|
ConvergenceFailure.Reason |
ConvergenceFailure.getReason()
Get the reason for the convergence failure.
|
static ConvergenceFailure.Reason |
ConvergenceFailure.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConvergenceFailure.Reason[] |
ConvergenceFailure.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConvergenceFailure(ConvergenceFailure.Reason reason)
Construct an exception with reason.
|
ConvergenceFailure(ConvergenceFailure.Reason reason,
String message)
Construct an exception with reason and error message.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.