Package | Description |
---|---|
cern.colt.matrix.io |
I/O operations with matrices and vectors.
|
Modifier and Type | Method and Description |
---|---|
VectorSize |
MatrixVectorReader.readVectorArraySize()
Reads in the size of a dense vector.
|
VectorSize |
MatrixVectorReader.readVectorCoordinateSize()
Reads in the size of a coordinate vector.
|
VectorSize |
MatrixVectorReader.readVectorSize(VectorInfo info)
Reads in the size of a vector.
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixVectorWriter.printVectorSize(VectorSize size)
Prints the vector size.
|
void |
MatrixVectorWriter.printVectorSize(VectorSize size,
VectorInfo info)
Prints the vector size
|
Jump to the Parallel Colt Homepage