| Package | Description |
|---|---|
| no.uib.cipr.matrix.sparse |
Unstructured sparse matrices and vectors with iterative solvers and
preconditioners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AMG
Algebraic multigrid preconditioner.
|
class |
DiagonalPreconditioner
Diagonal preconditioner.
|
class |
ICC
Incomplete Cholesky preconditioner without fill-in using a compressed row
matrix as internal storage
|
class |
ILU
ILU(0) preconditioner using a compressed row matrix as internal storage
|
class |
ILUT
ILU preconditioner with fill-in.
|
class |
SSOR
SSOR preconditioner.
|
| Modifier and Type | Field and Description |
|---|---|
protected Preconditioner |
AbstractIterativeSolver.M
Preconditioner to use
|
| Modifier and Type | Method and Description |
|---|---|
Preconditioner |
AbstractIterativeSolver.getPreconditioner() |
Preconditioner |
IterativeSolver.getPreconditioner()
Gets preconditioner
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIterativeSolver.setPreconditioner(Preconditioner M) |
void |
QMR.setPreconditioner(Preconditioner M) |
void |
IterativeSolver.setPreconditioner(Preconditioner M)
Sets preconditioner
|
| Constructor and Description |
|---|
QMR(Vector template,
Preconditioner M1,
Preconditioner M2)
Constructor for QMR.
|
Copyright © 2015. All Rights Reserved.