@stdlib/ndarray-base-strides
Return the strides of 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 subscripts to a linear index.
Convert an ndarray buffer to a generic array.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Test if an input value is a supported ndarray boolean data type.
Determine if a buffer length is compatible with provided ndarray meta data.
Determine if a buffer length is compatible with a provided shape array.
Test if an input value is a supported ndarray casting mode.
Given a stride array, determine whether an array is column-major.
Determine if an array is column-major contiguous.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Determine if an array is contiguous.
Test if an input value is a supported ndarray data type.
Test if an input value is a supported ndarray floating-point data type.
Test if an input value is a supported ndarray index mode.
Test if an input value is a supported ndarray integer data type.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Test if an input value is a supported ndarray numeric data type.