| Package | Description |
|---|---|
| no.uib.cipr.matrix.sparse |
Unstructured sparse matrices and vectors with iterative solvers and
preconditioners.
|
| Modifier and Type | Method and Description |
|---|---|
CompRowMatrix |
CompRowMatrix.copy() |
CompRowMatrix |
CompRowMatrix.zero() |
| Constructor and Description |
|---|
ICC(CompRowMatrix R)
Sets up the ICC preconditioner
|
ILU(CompRowMatrix LU)
Sets up the ILU preconditioner
|
SSOR(CompRowMatrix F)
Constructor for SSOR.
|
SSOR(CompRowMatrix F,
boolean reverse,
double omegaF,
double omegaR)
Constructor for SSOR
|
Copyright © 2015. All Rights Reserved.