|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |