compute-erf
Error function.
Error function.
Computes an element-wise multiplication of a numeric array.
Computes an element-wise subtraction.
Computes an element-wise addition.
Computes an element-wise division.
Computes an element-wise absolute value.
Computes an element-wise principal square root.
Applies a function to each typed array element.
Applies a function to each matrix element.
Pseudorandom number generator array creation function tools.
Pseudorandom number generator array creation functions.
Pseudorandom number generator strided array functions.
Pseudorandom number generator strided array function tools.
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 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.
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.