scalarIndexImmutable
Constructor and Description |
---|
Index1D(int[] shape) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
currentElement()
Get the current element's index into the 1D backing array.
|
int[] |
getCurrentCounter()
Get the current counter.
|
int |
incr()
Increment the current element by 1.
|
Index |
set(int v0)
set current element at dimension 0 to v0
|
Index |
set(int[] index)
Set the current element's index.
|
Index |
set0(int v)
set current element at dimension 0 to v
|
void |
setDim(int dim,
int value)
set current element at dimension dim to v
|
String |
toString() |
public int[] getCurrentCounter()
Index
getCurrentCounter
in class Index
public int currentElement()
Index
currentElement
in class Index
public int incr()
Index
public void setDim(int dim, int value)
Index
public Index set0(int v)
Index
public Index set(int v0)
Index
public Index set(int[] index)
Index