probly.representation.sample.array_functions¶
Numpy array function implementations for sample arrays.
Classes¶
Protocol for creating sample arrays. |
|
Internal information about a sample array. |
Functions¶
Implementation of np.apply_along_axis for sample arrays. |
|
Implementation of np.concatenate for sample arrays. |
|
Implementation of np.copy for sample arrays. |
|
Implementation of np.expand_dims for sample arrays. |
|
Decorator to convert a bound array function to an array function. |
|
Decorator to convert a function that takes a call with an array-sample . |
|
Implementation of np.matrix_transpose for sample arrays. |
|
Implementation of dimension-reducing array functions with a keepdims kwarg. |
|
Implementation of np.reshape for sample arrays. |
|
Implementation of sample-axis-preserving array functions. |
|
Get the sample dimension of a sample array. |
|
Implementation of np.squeeze for sample arrays. |
|
Implementation of np.stack for sample arrays. |
|
Implementation of np.swapaxes for sample arrays. |
|
Implementation of np.transpose for sample arrays. |
|
Track the sample axis after a reduction operation. |