The array_split.split Module¶
Defines array splitting functions and classes.
Classes and Functions¶
|
Returns a |
|
Returns a |
|
Returns a tile shape |
|
Converts the |
|
Implements array shape splitting. |
|
Splits specified |
|
Splits the specified array |
Attributes¶
- array_split.split.ARRAY_BOUNDS = <property object>¶
Indicates that tiles are always within the array bounds, resulting in tiles which have truncated halos. See The halo parameter examples.
- array_split.split.NO_BOUNDS = <property object>¶
Indicates that tiles may have halos which extend beyond the array bounds. See The halo parameter examples.
Utilities¶
|
Returns |
|
Returns |
|
Test for the |
|
Returns |
|
Returns |