|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.rychlik.jode.VectorField
| Constructor Summary | |
VectorField(int dim,
int[] gridSizes)
|
|
| Method Summary | |
double[] |
elementAt(int[] index)
|
void |
setElementAt(int[] index,
double[] vector)
Sets element with a given multiindex to a given vector. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VectorField(int dim,
int[] gridSizes)
dim - Dimension| Method Detail |
public double[] elementAt(int[] index)
index - Multiindex of the vector field entry
public void setElementAt(int[] index,
double[] vector)
index - Multiindex of the vector field entry.vector - The value to set to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||