Uses of Class
no.uib.cipr.matrix.io.VectorSize
-
Packages that use VectorSize Package Description no.uib.cipr.matrix.io -
-
Uses of VectorSize in no.uib.cipr.matrix.io
Methods in no.uib.cipr.matrix.io that return VectorSize Modifier and Type Method Description VectorSize
MatrixVectorReader. readVectorArraySize()
Reads in the size of a dense vector.VectorSize
MatrixVectorReader. readVectorCoordinateSize()
Reads in the size of a coordinate vector.VectorSize
MatrixVectorReader. readVectorSize(VectorInfo info)
Reads in the size of a vector.Methods in no.uib.cipr.matrix.io with parameters of type VectorSize Modifier and Type Method Description void
MatrixVectorWriter. printVectorSize(VectorSize size)
Prints the vector size.void
MatrixVectorWriter. printVectorSize(VectorSize size, VectorInfo info)
Prints the vector size
-