@stdlib/math-strided-special-dsqrt
Compute the principal square root for each element in a double-precision floating-point strided array.
Compute the principal square root for each element in a double-precision floating-point strided array.
Base strided.
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
Create an iterator which returns [index, value] pairs for each element in a provided ndarray.
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).
Create an iterator which returns individual elements from a provided ndarray.
Pseudorandom number generator array creation functions.
Pseudorandom number generator array creation function tools.
Pseudorandom number generator strided array functions.
Pseudorandom number generator strided array function tools.
Apply a function to each element in an array and assign the result to an element in an output array.
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.