@stdlib/ndarray-promotion-rules
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Create an iterator which iterates over each column in a matrix (or stack of matrices).
Create an iterator which iterates over each matrix in a stack of matrices.
Create an iterator which iterates over each row in a matrix (or stack of matrices).
Create an iterator which converts each iterated ndarray to a generic array.
Convert an ndarray to a generic array.
Convert a single-precision floating-point number to a signed 32-bit integer.
Convert a single-precision floating-point number to an unsigned 32-bit integer.
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.
Parse a string-serialized MultiSlice object.
Parse a string-serialized Slice object.
Create an iterator which converts an angle from degrees to radians for each iterated value.
Convert an unsigned 32-bit integer to a signed 32-bit integer.
Convert between POSIX and Windows paths.
Convert a string to lowercase.
Convert a string to Pascal case.
Convert a string to HTTP header case.
Convert a string to inverse case.
Convert a string to kebab case.