@stdlib/ndarray-base-assert-is-contiguous
Determine if an array is contiguous.
Determine if an array is contiguous.
Given a stride array, determine whether an array is row-major.
Determine if an array is row-major contiguous.
Determine if a buffer length is compatible with provided ndarray meta data.
Given a stride array, determine whether an array is column-major.
Determine if an array is column-major contiguous.
Determine if an array is compatible with a single memory segment.
Convert a linear index in an underlying data buffer to a linear index in an array view.
Return the maximum accessible index based on a set of provided strided array parameters.
Return the minimum accessible index based on a set of provided strided array parameters.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Convert subscripts to a linear index.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Return the stride along a specified dimension for a provided ndarray.
Return the strides of a provided ndarray.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Determine the order of a multidimensional array based on a provided stride array.
Convert a linear index to an array of subscripts.
Given a stride array, determine array iteration order.
Compute the maximum linear index in an underlying data buffer accessible to an array view.