Package | Description |
---|---|
no.uib.cipr.matrix |
Dense and structured sparse matrices, along with matrix factorisations
and solvers.
|
no.uib.cipr.matrix.io |
I/O operations with matrices and vectors.
|
no.uib.cipr.matrix.sparse |
Unstructured sparse matrices and vectors with iterative solvers and
preconditioners.
|
Class and Description |
---|
MatrixVectorReader
Reads matrices and vectors
|
Class and Description |
---|
MatrixInfo
Contains information on a matrix in the Matrix Market exchange format.
|
MatrixInfo.MatrixField
What kind of numbers are stored
|
MatrixInfo.MatrixSymmetry
Symmetry structure of the matrix, if any
|
MatrixSize
Contains the size of a matrix stored in the Matrix Market exchange format
|
VectorInfo
Contains information on a vector in a variant of the Matrix Market exchange format
|
VectorInfo.VectorField
What kind of numbers are stored
|
VectorSize
Contains the size of a vectir stored in a variant of the Matrix Market exchange format
|
Class and Description |
---|
MatrixVectorReader
Reads matrices and vectors
|