Modifier and Type | Method and Description |
---|---|
MatrixValueI |
copy()
returns a copy of this value.
|
Dimensions |
getDim()
Returns the dimension of this object.
|
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,
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.
|
Dimensions getDim()
int getNumEles()
void setEle(int i, Object value)
Object getEle(int i)
void setEles(MatrixValueI val)
MatrixValueI copy()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics