Create a double-precision floating-point number from a higher order word and a lower order word.
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.
Convert an ndarray-like object to an object likely to have the same "shape".
Test if an input value is an ndarray data type object.
List of ndarray data types.
Convert a linear index to an array of subscripts.
Test if a value is ndarray-like.
Return the enumeration constant associated with a supported ndarray data type value.
Restrict an index to the interval [0,max].
Test whether an input value is the string representing row-major order.
Return the alignment (in bytes) for an underlying array data type.
Return the strides of a provided ndarray.
TypeScript definitions for ndarray
Return the description for a provided data type.
List of ndarray data type strings.
Return the shape of a provided ndarray.
Return the single letter character abbreviation for an underlying array data type.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Float64Array.
List of ndarray index modes.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Return an object mapping supported data type strings to enumeration constants.