Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Multidimensional arrays.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Base multidimensional array.
Multidimensional array constructor.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Determine if a buffer length is compatible with provided ndarray meta data.
Convert an ndarray buffer to a generic array.
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
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Convert a linear index to an array of subscripts.
Return an object mapping supported data type strings to data type objects.
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.
Convert an ndarray-like object to an object likely to have the same "shape".
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.
Restrict an index to the interval [0,max].
Test if an input value is an ndarray data type object.
List of ndarray data types.
Test if a value is ndarray-like.
Return the enumeration constant associated with a supported ndarray data type value.