Uses of Class
no.uib.cipr.matrix.io.MatrixInfo

Packages that use MatrixInfo
no.uib.cipr.matrix.io I/O operations with matrices and vectors. 
 

Uses of MatrixInfo in no.uib.cipr.matrix.io
 

Methods in no.uib.cipr.matrix.io that return MatrixInfo
 MatrixInfo MatrixVectorReader.readMatrixInfo()
          Reads the matrix info for the Matrix Market exchange format.
 

Methods in no.uib.cipr.matrix.io with parameters of type MatrixInfo
 void MatrixVectorWriter.printMatrixInfo(MatrixInfo info)
          Prints the matrix info
 void MatrixVectorWriter.printMatrixSize(MatrixSize size, MatrixInfo info)
          Prints the matrix size
 MatrixSize MatrixVectorReader.readMatrixSize(MatrixInfo info)
          Reads in the size of a matrix.
 

Constructors in no.uib.cipr.matrix.io with parameters of type MatrixInfo
MatrixSize(int numRows, int numColumns, MatrixInfo info)
          Constructor for MatrixSize