|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.colt.matrix.io.VectorSize
public class VectorSize
Contains the size of a vector stored in a variant of the Matrix Market exchange format
Constructor Summary | |
---|---|
VectorSize(int size)
Constructor for VectorSize. |
|
VectorSize(int size,
int numEntries)
Constructor for VectorSize |
Method Summary | |
---|---|
int |
numEntries()
Returns the number of entries in the vector |
int |
size()
Returns the size of the vector |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VectorSize(int size)
size
- Size of the matrixpublic VectorSize(int size, int numEntries)
size
- Size of the matrixnumEntries
- Number of entries storedMethod Detail |
---|
public int size()
public int numEntries()
|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |