|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rychlik.jode.VectorField
public class 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
- DimensionMethod 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 |