Uses of Class
no.uib.cipr.matrix.io.MatrixInfo
-
Packages that use MatrixInfo Package Description no.uib.cipr.matrix.io -
-
Uses of MatrixInfo in no.uib.cipr.matrix.io
Methods in no.uib.cipr.matrix.io that return MatrixInfo Modifier and Type Method Description MatrixInfoMatrixVectorReader. readMatrixInfo()Reads the matrix info for the Matrix Market exchange format.Methods in no.uib.cipr.matrix.io with parameters of type MatrixInfo Modifier and Type Method Description voidMatrixVectorWriter. printMatrixInfo(MatrixInfo info)Prints the matrix infovoidMatrixVectorWriter. printMatrixSize(MatrixSize size, MatrixInfo info)Prints the matrix sizeMatrixSizeMatrixVectorReader. readMatrixSize(MatrixInfo info)Reads in the size of a matrix.Constructors in no.uib.cipr.matrix.io with parameters of type MatrixInfo Constructor Description MatrixSize(int numRows, int numColumns, MatrixInfo info)Constructor for MatrixSize
-