Uses of Class
no.uib.cipr.matrix.io.VectorInfo
Packages that use VectorInfo
-
Uses of VectorInfo in no.uib.cipr.matrix.io
Methods in no.uib.cipr.matrix.io that return VectorInfoModifier and TypeMethodDescriptionMatrixVectorReader.readVectorInfo()Reads the vector info for the Matrix Market exchange format.Methods in no.uib.cipr.matrix.io with parameters of type VectorInfoModifier and TypeMethodDescriptionvoidMatrixVectorWriter.printVectorInfo(VectorInfo info) Prints the vector infovoidMatrixVectorWriter.printVectorSize(VectorSize size, VectorInfo info) Prints the vector sizeMatrixVectorReader.readVectorSize(VectorInfo info) Reads in the size of a vector.