Package | Description |
---|---|
no.uib.cipr.matrix |
Dense and structured sparse matrices, along with matrix factorisations
and solvers.
|
no.uib.cipr.matrix.distributed |
Message passing interface (MPI) for Java.
|
no.uib.cipr.matrix.sparse |
Unstructured sparse matrices and vectors with iterative solvers and
preconditioners.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<VectorEntry> |
AbstractVector.iterator() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<VectorEntry> |
DistVector.iterator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<VectorEntry> |
SparseVector.iterator() |