Return a read-only shifted view of an input ndarray along a specific dimension.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Multidimensional arrays.
Return the stride along a specified dimension for a provided ndarray.
TypeScript definitions for ndarray
Return a view of an input ndarray.
Reads the pixels of an image as an ndarray
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
List of ndarray data types.
Determine if an ndarray data type can be safely cast to another ndarray data type.
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.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Multidimensional array constructor.
Return the data type string associated with a supported ndarray data type value.
Test if an input value is an ndarray data type object.
Test if a value is ndarray-like.
Return the data type string associated with an ndarray data type enumeration constant.
Return an object mapping supported data type strings to data type objects.
Return the enumeration constant associated with a supported ndarray data type value.
Generate a stride array from an array shape.
Base multidimensional array.
Return the shape of a provided ndarray.