array
Utilities for working with patches and arrays.
Functions
| Name | Description | 
|---|---|
| apply_array_func | Apply an array function. | 
| apply_ufunc | Apply a ufunc to one or more patches. | 
| patch_array_function | Intercept NumPy functions for patch operations. | 
| patch_array_ufunc | Called when a numpy ufunc is applied to a patch (array_ufunc). | 
Classes
| Name | Description | 
|---|---|
| PatchUFunc | A ufunc wrapper that can be applied to patches with dimension support. | 
