Return the data type of a provided ndarray.
Return the number of ndarray dimensions.
ndarray data buffer constructors.
Test if an input value is a supported input ndarray casting policy.
TypeScript definitions for ndarray
Wrap an index on the interval [0,max].
Test if a finite double-precision floating-point number is a nonnegative integer.
Test if an array contains a provided search value.
Return the stride along a specified dimension for a provided ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Create a contiguous linear ndarray data buffer.
Return an index given an index mode.
Reorder ndarray dimensions and associated strides for loop interchange.
Test whether a value has in its prototype chain a specified constructor as a prototype property.
Return the flags of a provided ndarray.
Generate pseudorandom numbers drawn from a continuous uniform distribution.
Gamma distribution cumulative distribution function (CDF).
Create a zero-filled ndarray having a specified shape and data type.
Return a specified flag for a provided ndarray.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
Test if an object's own property is enumerable.
Create an uninitialized ndarray having a specified shape and data type.
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.