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(java.lang.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,
java.lang.String message)
Constructor for NotConvergedException
|
Constructor and Description |
---|
IterativeSolverNotConvergedException(NotConvergedException.Reason reason,
IterationMonitor iter)
Constructor for IterativeSolverNotConvergedException
|
IterativeSolverNotConvergedException(NotConvergedException.Reason reason,
java.lang.String message,
IterationMonitor iter)
Constructor for IterativeSolverNotConvergedException
|