| Package | Description |
|---|---|
| no.uib.cipr.matrix |
Dense and structured sparse matrices, along with matrix factorisations
and solvers.
|
| no.uib.cipr.matrix.sparse |
Unstructured sparse matrices and vectors with iterative solvers and
preconditioners.
|
| Modifier and Type | Field and Description |
|---|---|
protected NotConvergedException.Reason |
NotConvergedException.reason
The reason for this exception
|
| Modifier and Type | Method and Description |
|---|---|
NotConvergedException.Reason |
NotConvergedException.getReason()
Returns the reason for the exception
|
static NotConvergedException.Reason |
NotConvergedException.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotConvergedException.Reason[] |
NotConvergedException.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NotConvergedException(NotConvergedException.Reason reason)
Constructor for NotConvergedException.
|
NotConvergedException(NotConvergedException.Reason reason,
String message)
Constructor for NotConvergedException
|
| Constructor and Description |
|---|
IterativeSolverNotConvergedException(NotConvergedException.Reason reason,
IterationMonitor iter)
Constructor for IterativeSolverNotConvergedException
|
IterativeSolverNotConvergedException(NotConvergedException.Reason reason,
String message,
IterationMonitor iter)
Constructor for IterativeSolverNotConvergedException
|
Copyright © 2015. All Rights Reserved.