Package no.uib.cipr.matrix.io
Class VectorSize
java.lang.Object
no.uib.cipr.matrix.io.VectorSize
Contains the size of a vectir stored in a variant of the Matrix Market exchange format
-
Constructor Summary
ConstructorsConstructorDescriptionVectorSize
(int size) Constructor for VectorSize.VectorSize
(int size, int numEntries) Constructor for VectorSize -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the number of entries in the vectorint
size()
Returns the size of the vector
-
Constructor Details
-
VectorSize
public VectorSize(int size) Constructor for VectorSize. Assumes dense format- Parameters:
size
- Size of the matrix
-
VectorSize
public VectorSize(int size, int numEntries) Constructor for VectorSize- Parameters:
size
- Size of the matrixnumEntries
- Number of entries stored
-
-
Method Details
-
size
public int size()Returns the size of the vector -
numEntries
public int numEntries()Returns the number of entries in the vector
-