Return the stride along a specified dimension for a provided ndarray.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Generate a stride array from an array shape.
Determine the order of a multidimensional array based on a provided stride array.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Multidimensional arrays.
Given a stride array, determine array iteration order.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
TypeScript definitions for ndarray
Determine the index offset which specifies the location of the first indexed value in a strided array.
Return an object mapping supported data type strings to data type objects.
Given a stride array, determine whether an array is row-major.
Return the number of bytes per element for a provided underlying ndarray data type.
Test if an input value is a supported ndarray data type.
Return the data type string associated with a supported ndarray data type value.
Return the data type string associated with an ndarray data type enumeration constant.
Create a zero-filled generic array.
Test if an input value is an ndarray data type object.
Return the enumeration constant associated with a supported ndarray data type value.
Base multidimensional array.
Return the alignment (in bytes) for an underlying array data type.
Restrict an index to the interval [0,max].
Return the strides of a provided ndarray.
Return the description for a provided data type.