Uses of Class
no.uib.cipr.matrix.io.MatrixSize
-
Packages that use MatrixSize Package Description no.uib.cipr.matrix.io -
-
Uses of MatrixSize in no.uib.cipr.matrix.io
Methods in no.uib.cipr.matrix.io that return MatrixSize Modifier and Type Method Description MatrixSizeMatrixVectorReader. readArraySize()Reads in the size of an array matrix.MatrixSizeMatrixVectorReader. readCoordinateSize()Reads in the size of a coordinate matrix.MatrixSizeMatrixVectorReader. readMatrixSize(MatrixInfo info)Reads in the size of a matrix.Methods in no.uib.cipr.matrix.io with parameters of type MatrixSize Modifier and Type Method Description voidMatrixVectorWriter. printMatrixSize(MatrixSize size)Prints the matrix size.voidMatrixVectorWriter. printMatrixSize(MatrixSize size, MatrixInfo info)Prints the matrix size
-