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 MatrixInfo
MatrixVectorReader. 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 void
MatrixVectorWriter. printMatrixInfo(MatrixInfo info)
Prints the matrix infovoid
MatrixVectorWriter. printMatrixSize(MatrixSize size, MatrixInfo info)
Prints the matrix sizeMatrixSize
MatrixVectorReader. 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
-