Test if an input value is an ndarray data type object.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.
Return the data type string associated with an ndarray data type enumeration constant.
Return the enumeration constant associated with a supported ndarray data type value.
Return a specified flag for a provided ndarray.
Broadcast an ndarray to a specified shape.
Finds all zero crossings in a 1D ndarray
List of output ndarray data type policies.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Return the data type string associated with a supported ndarray data type value.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Return the number of bytes per element for a provided underlying ndarray data type.
Test if an input value is a supported ndarray index mode.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
Test if an ndarray is read-only.
Displays an ndarray as an image
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Return the stride along a specified dimension for a provided ndarray.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Convert an ndarray-like object to an object likely to have the same "shape".
ndarray loader for webgltexture-loader
TypeScript definitions for ndarray-scratch
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.