Showing 1-20 of 89 packages
Return the strides of a provided ndarray.
Return the strides of a provided ndarray.
Reorder ndarray dimensions and associated strides for loop interchange.
Reorder ndarray dimensions and associated strides for loop interchange.
Reorder ndarray dimensions and associated strides for loop interchange.
Reorder ndarray dimensions and associated strides for loop interchange.
Reorder ndarray dimensions and associated strides for loop interchange.
Reorder ndarray dimensions and associated strides for loop interchange.
Reorder ndarray dimensions and associated strides for loop interchange.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Determine the order of a multidimensional array based on a provided stride array.
Determine if a buffer length is compatible with provided ndarray meta data.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Given a stride array, determine array iteration order.
Convert a linear index to an array of subscripts.
Apply a nullary callback and assign results to elements in a strided output array.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Multidimensional array constructor.
Base multidimensional array.