Multidimensional array iterators.
Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.
Multidimensional arrays.
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
Create an iterator which returns [index, value] pairs for each element in a provided ndarray.
Create an iterator which returns individual elements from a provided ndarray.
Create an iterator which iterates over each row in a matrix (or stack of matrices).
Create an iterator which iterates over each column in a matrix (or stack of matrices).
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
Create an iterator which returns indices for use indexing into an ndarray having a specified shape.
Create an iterator which iterates over each matrix in a stack of matrices.
Return an object mapping supported data type strings to data type objects.
Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).
Create an iterator which iterates over interleaved subarrays.
Create an iterator which converts each iterated ndarray to a generic array.
Standard iterator utilities.
Return the number of bytes per element for a provided underlying ndarray data type.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Convert an ndarray-like object to an object likely to have the same "shape".
Test if an input value is a supported ndarray data type.
Return the data type string associated with a supported ndarray data type value.
Return the data type string associated with an ndarray data type enumeration constant.
Restrict an index to the interval [0,max].
Test if an input value is an ndarray data type object.