Uses of Package
no.uib.cipr.matrix.io

Packages that use no.uib.cipr.matrix.io
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. 
 

Classes in no.uib.cipr.matrix.io used by no.uib.cipr.matrix
MatrixVectorReader
          Reads matrices and vectors
 

Classes in no.uib.cipr.matrix.io used by no.uib.cipr.matrix.io
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
 

Classes in no.uib.cipr.matrix.io used by no.uib.cipr.matrix.sparse
MatrixVectorReader
          Reads matrices and vectors