|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MatrixValueI
Interface defining methods needed to work with vectors and matricies.
Method Summary | |
---|---|
MatrixValueI |
copy()
returns a copy of this value. |
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 |
---|
Dimensions getDim()
int getNumEles()
void setEle(int i, java.lang.Object value)
java.lang.Object getEle(int i)
void setEles(MatrixValueI val)
MatrixValueI copy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |