Package | Description |
---|---|
ucar.ma2 |
Multidimensional arrays of primitives and objects with data stored in memory.
|
Modifier and Type | Method and Description |
---|---|
Section.Iterator |
Section.getIterator(int[] shape)
Iterate over a section, returning the index in an equivalent 1D array of shape[], and optionally the corresponding index[n]
So this is a section in a (possibly) larger array described by shape[].
|
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.