|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.uib.cipr.matrix.io.VectorSize
public class VectorSize
Contains the size of a vectir 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VectorSize(int size)
size - Size of the matrix
public VectorSize(int size,
int numEntries)
size - Size of the matrixnumEntries - Number of entries stored| Method Detail |
|---|
public int size()
public int numEntries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||