@stdlib/array-base-at5d
Return an element from a five-dimensional nested array.
Return an element from a five-dimensional nested array.
Return an element from an n-dimensional nested array.
Arrays.
Base (i.e., lower-level) array utilities.
Multidimensional arrays.
Return an ndarray element.
Base ndarray.
Base ndarray assertion utilities.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Return a view of an input ndarray in which the order of elements along the last dimension is reversed.
Return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.
Create an uninitialized ndarray having a specified shape and data type.
Return the BLAS diagonal type string associated with a BLAS diagonal type enumeration constant.
Return the enumeration constant associated with a supported BLAS diagonal type value.
Return the diagonal type string associated with a supported BLAS diagonal type value.
Return the enumeration constant associated with a BLAS diagonal type.
Construct a Givens plane rotation.
Apply a modified Givens transformation.
Apply a function against an accumulator and each element in an array and return the accumulated result.
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.