| 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 | Method and Description |
|---|---|
Iterator<MatrixEntry> |
TridiagMatrix.iterator() |
Iterator<MatrixEntry> |
AbstractMatrix.iterator() |
Iterator<MatrixEntry> |
SymmTridiagMatrix.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<MatrixEntry> |
CompDiagMatrix.iterator() |
Iterator<MatrixEntry> |
FlexCompColMatrix.iterator() |
Iterator<MatrixEntry> |
FlexCompRowMatrix.iterator() |
Iterator<MatrixEntry> |
LinkedSparseMatrix.iterator() |
Iterator<MatrixEntry> |
CompRowMatrix.iterator() |
Iterator<MatrixEntry> |
CompColMatrix.iterator() |
Copyright © 2015. All Rights Reserved.