Uses of Class
no.uib.cipr.matrix.io.VectorInfo

Packages that use VectorInfo
no.uib.cipr.matrix.io I/O operations with matrices and vectors. 
 

Uses of VectorInfo in no.uib.cipr.matrix.io
 

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

Methods in no.uib.cipr.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.