@stdlib/utils-map-right
Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.
Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.
Apply a function to elements in two input arrays and assign the results to an output array.
Apply a function to elements in two input arrays while iterating from right to left and assign the results to an output array.
Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.
Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.
Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.
Apply a function to each nested element in a five-dimensional nested array and assign the result to a nested element in a new five-dimensional nested array.
Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.
Copy all or part of a matrix A to another matrix B.
Base BLAS assertion utilities.
Test if an input value is a BLAS diagonal type.
Test if an input value is a BLAS matrix triangle.
Test if an input value is a BLAS operation side.
Test if a value is a persymmetric matrix.
Test if a value is a 2-dimensional ndarray-like object containing single-precision complex floating-point numbers.
Construct a Givens plane rotation.
Apply a modified Givens transformation.
Return the BLAS transpose operation string associated with a BLAS transpose operation enumeration constant.
Return the enumeration constant associated with a supported BLAS transpose operation value.
Return the transpose operation string associated with a supported BLAS transpose operation value.