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 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 Modifier and Type Method Description void
MatrixVectorWriter. printVectorInfo(VectorInfo info)
Prints the vector infovoid
MatrixVectorWriter. printVectorSize(VectorSize size, VectorInfo info)
Prints the vector sizeVectorSize
MatrixVectorReader. readVectorSize(VectorInfo info)
Reads in the size of a vector.
-