Package | Description |
---|---|
cern.colt.matrix.io |
I/O operations with matrices and vectors.
|
Modifier and Type | Method and Description |
---|---|
MatrixInfo |
MatrixVectorReader.readMatrixInfo()
Reads the matrix info for the Matrix Market exchange format.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
MatrixSize(int numRows,
int numColumns,
MatrixInfo info)
Constructor for MatrixSize
|
Jump to the Parallel Colt Homepage