|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining methods needed to work with vectors and matricies.
Method Summary | |
Dimensions |
getDim()
Returns the dimension of this object. |
java.lang.Object |
getEle(int i)
gets the i-th element, treats data a a linear array. |
int |
getNumEles()
The total number of elements. |
void |
setEle(int i,
java.lang.Object value)
sets the i-th element, treats data a a linear array. |
void |
setEles(MatrixValueI val)
sets the elements to those of the arguments. |
Method Detail |
public Dimensions getDim()
public int getNumEles()
public void setEle(int i, java.lang.Object value)
public java.lang.Object getEle(int i)
public void setEles(MatrixValueI val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |