Parallel Colt 0.7.2

Uses of Class
cern.colt.matrix.io.MatrixInfo

Packages that use MatrixInfo
cern.colt.matrix.io I/O operations with matrices and vectors. 
 

Uses of MatrixInfo in cern.colt.matrix.io
 

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

Methods in cern.colt.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 cern.colt.matrix.io with parameters of type MatrixInfo
MatrixSize(int numRows, int numColumns, MatrixInfo info)
          Constructor for MatrixSize
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage