Parallel Colt 0.7.2

Uses of Class
cern.colt.matrix.io.VectorInfo

Packages that use VectorInfo
cern.colt.matrix.io I/O operations with matrices and vectors. 
 

Uses of VectorInfo in cern.colt.matrix.io
 

Methods in cern.colt.matrix.io that return VectorInfo
 VectorInfo MatrixVectorReader.readVectorInfo()
          Reads the vector info for the Matrix Market exchange format.
 

Methods in cern.colt.matrix.io with parameters of type VectorInfo
 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.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage