public interface Array<E>
Modifier and Type | Method and Description |
---|---|
E |
get(int[] indexes) |
int |
getEffectiveIndex(int[] indexes) |
int |
getLowBound(int dim)
Get the least dimension along the specified dimension.
|
E |
getRowMajor(int index) |
int |
getSize(int dim)
Get length along specified dimension.
|
boolean |
isEmpty() |
int |
rank()
Get the rank (number of dimensions) of this array.
|
E |
set(int[] indexes,
E value) |
Array<E> |
transpose(int[] lowBounds,
int[] dimensions,
int offset0,
int[] factors) |
boolean isEmpty()
int rank()
int getEffectiveIndex(int[] indexes)
E get(int[] indexes)
E getRowMajor(int index)
int getLowBound(int dim)
int getSize(int dim)