Updated 6 months ago

@stdlib/ndarray-base-minmax-view-buffer-index • Rank 9.1 • Science 44%

Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.

Updated 6 months ago

@stdlib/ndarray-base-vind2bind • Rank 8.8 • Science 44%

Convert a linear index in an array view to a linear index in an underlying data buffer.

Updated 6 months ago

@stdlib/ndarray-base-strides2offset • Rank 8.6 • Science 44%

Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.

Updated 6 months ago

@stdlib/strided-base-min-view-buffer-index • Rank 5.8 • Science 44%

Return the minimum accessible index based on a set of provided strided array parameters.

Updated 6 months ago

ndarray-base-max-view-buffer-index • Rank 3.8 • Science 44%

Compute the maximum linear index in an underlying data buffer accessible to an array view.

Updated 6 months ago

@stdlib/ndarray-base-bind2vind • Rank 3.3 • Science 44%

Convert a linear index in an underlying data buffer to a linear index in an array view.

Updated 6 months ago

@stdlib/strided-base-max-view-buffer-index • Rank 3.1 • Science 44%

Return the maximum accessible index based on a set of provided strided array parameters.

Updated 6 months ago

@stdlib/ndarray-stride • Science 44%

Return the stride along a specified dimension for a provided ndarray.