@stdlib/ndarray-base-nullary
Apply a nullary function and assign results to elements in an output ndarray.
Apply a nullary function and assign results to elements in an output ndarray.
Transpose a matrix (or a stack of matrices).
Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.
Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.
Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.
Test if a value is a symmetric matrix.
Test if a value is a 2-dimensional ndarray-like object having equal dimensions.
Test if a value is a skew-centrosymmetric matrix.
Test if a value is a skew-persymmetric matrix.
Test if a value is a skew-symmetric matrix.
List of output ndarray data type policies.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
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 shape of a provided ndarray.
Return a read-only view of an input ndarray.
Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.
Return a read-only view of an input ndarray when sliced along a specified dimension.
Return a read-only shifted view of an input ndarray along a specific dimension.
Return a read-only truncated view of an input ndarray along a specific dimension.