Uses of Class
no.uib.cipr.matrix.io.VectorInfo
-
Packages that use VectorInfo Package Description no.uib.cipr.matrix.io -
-
Uses of VectorInfo in no.uib.cipr.matrix.io
Methods in no.uib.cipr.matrix.io that return VectorInfo Modifier and Type Method Description VectorInfoMatrixVectorReader. readVectorInfo()Reads the vector info for the Matrix Market exchange format.Methods in no.uib.cipr.matrix.io with parameters of type VectorInfo Modifier and Type Method Description voidMatrixVectorWriter. printVectorInfo(VectorInfo info)Prints the vector infovoidMatrixVectorWriter. printVectorSize(VectorSize size, VectorInfo info)Prints the vector sizeVectorSizeMatrixVectorReader. readVectorSize(VectorInfo info)Reads in the size of a vector.
-