| gnu.lists.Array
Array | public interface Array (Code) | | General interface to arrays of arbitrary dimension.
|
getEffectiveIndex | public int getEffectiveIndex(int[] indexes)(Code) | | |
rank | public int rank()(Code) | | Get the rank (number of dimensions) of this array.
The rank of a scalar is 0, of a Sequence is 1, of a matrix is 2, etc.
|
|
|