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