See: Description
| Interface | Description |
|---|---|
| FloatPreconditioner |
Preconditioner interface.
|
| Class | Description |
|---|---|
| FloatAMG |
Algebraic multigrid preconditioner.
|
| FloatDiagonal |
Diagonal preconditioner.
|
| FloatICC |
Incomplete Cholesky preconditioner without fill-in using a compressed row
matrix as internal storage
|
| FloatIdentity | |
| FloatILU |
ILU(0) preconditioner using a compressed row matrix as internal storage
|
| FloatILUT |
ILU preconditioner with fill-in.
|
| FloatSSOR |
SSOR preconditioner.
|
Jump to the Parallel Colt Homepage