Updated 6 months ago
@stdlib/ndarray-base-strides2order
Determine the order of a multidimensional array based on a provided stride array.
Updated 6 months ago
@stdlib/ndarray-base-assert-is-buffer-length-compatible
Determine if a buffer length is compatible with provided ndarray meta data.
Updated 6 months ago
@stdlib/ndarray-base-minmax-view-buffer-index
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-strides2offset
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/ndarray-base-assert-is-row-major
Given a stride array, determine whether an array is row-major.
Updated 6 months ago
@stdlib/ndarray-base-assert-is-column-major-contiguous
Determine if an array is column-major contiguous.
Updated 6 months ago
@stdlib/ndarray-base-min-view-buffer-index
Compute the minimum linear index in an underlying data buffer accessible to an array view.
Updated 6 months ago
@stdlib/ndarray-base-assert-is-single-segment-compatible
Determine if an array is compatible with a single memory segment.
Updated 6 months ago
@stdlib/ndarray-base-assert-is-column-major
Given a stride array, determine whether an array is column-major.