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 VectorSizeMatrixVectorReader. readVectorArraySize()Reads in the size of a dense vector.VectorSizeMatrixVectorReader. readVectorCoordinateSize()Reads in the size of a coordinate vector.VectorSizeMatrixVectorReader. 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 voidMatrixVectorWriter. printVectorSize(VectorSize size)Prints the vector size.voidMatrixVectorWriter. printVectorSize(VectorSize size, VectorInfo info)Prints the vector size
-