Package | Description |
---|---|
cern.colt.matrix.io |
I/O operations with matrices and vectors.
|
Modifier and Type | Method and Description |
---|---|
MatrixSize |
MatrixVectorReader.readArraySize()
Reads in the size of an array matrix.
|
MatrixSize |
MatrixVectorReader.readCoordinateSize()
Reads in the size of a coordinate matrix.
|
MatrixSize |
MatrixVectorReader.readMatrixSize(MatrixInfo info)
Reads in the size of a matrix.
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixVectorWriter.printMatrixSize(MatrixSize size)
Prints the matrix size.
|
void |
MatrixVectorWriter.printMatrixSize(MatrixSize size,
MatrixInfo info)
Prints the matrix size
|
Jump to the Parallel Colt Homepage