Determine if a buffer length is compatible with a provided shape array.
Determine if a buffer length is compatible with provided ndarray meta data.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Multidimensional arrays.
Test if a value is a Buffer object.
Base multidimensional array.
Detect native Buffer support.
Test if an input value is an ndarray data type object.
Convert an ndarray buffer to a generic array.
Test if a double-precision floating-point numeric value is NaN.
Test if an input value is a supported ndarray data type.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Test if a double-precision floating-point numeric value is infinite.
Return the underlying data buffer of a provided ndarray.
Test whether an input value is the string representing column-major order.
Test if an input value is a supported built-in ndarray data type string.
Return the shape of a provided ndarray.
Is this value a JS ArrayBuffer?
Multidimensional array constructor.
Generate a stride array from an array shape.
Is this value a JS SharedArrayBuffer?
Test if an input value is an ndarray order.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.