Uses of Class
no.uib.cipr.matrix.io.MatrixInfo
Packages that use MatrixInfo
-
Uses of MatrixInfo in no.uib.cipr.matrix.io
Methods in no.uib.cipr.matrix.io that return MatrixInfoModifier and TypeMethodDescriptionMatrixVectorReader.readMatrixInfo()
Reads the matrix info for the Matrix Market exchange format.Methods in no.uib.cipr.matrix.io with parameters of type MatrixInfoModifier and TypeMethodDescriptionvoid
MatrixVectorWriter.printMatrixInfo
(MatrixInfo info) Prints the matrix infovoid
MatrixVectorWriter.printMatrixSize
(MatrixSize size, MatrixInfo info) Prints the matrix sizeMatrixVectorReader.readMatrixSize
(MatrixInfo info) Reads in the size of a matrix.Constructors in no.uib.cipr.matrix.io with parameters of type MatrixInfoModifierConstructorDescriptionMatrixSize
(int numRows, int numColumns, MatrixInfo info) Constructor for MatrixSize