Return the stride along a specified dimension for a provided ndarray.
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.
TypeScript definitions for ndarray
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.
Given a stride array, determine whether an array is row-major.
Test if an input value is an ndarray data type object.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Return the single letter character abbreviation for an underlying array data type.
List of ndarray orders.
Return an object mapping supported data type strings to enumeration constants.
Return the enumeration constant associated with an ndarray data type string.
Return an object mapping supported data type strings to data type objects.
Return the underlying data buffer of a provided ndarray.
Return the number of ndarray dimensions.
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.
Test if an input value is a supported built-in ndarray data type string.
Return the data type string associated with a supported ndarray data type value.