public class VectorSize extends Object
| Constructor and Description |
|---|
VectorSize(int size)
Constructor for VectorSize.
|
VectorSize(int size,
int numEntries)
Constructor for VectorSize
|
| Modifier and Type | Method and Description |
|---|---|
int |
numEntries()
Returns the number of entries in the vector
|
int |
size()
Returns the size of the vector
|
public VectorSize(int size)
size - Size of the matrixpublic VectorSize(int size,
int numEntries)
size - Size of the matrixnumEntries - Number of entries storedCopyright © 2015. All Rights Reserved.