Apply a unary callback to elements in a four-dimensional nested input array according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
Apply a ternary callback to elements in three four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
Copy all or part of a matrix A to another matrix B.
LAPACK routine to calculate sqrt(x^2 + y^2 + z^2) in a manner which doesn't cause unnecessary overflow.
Fill a strided array with pseudorandom numbers drawn from a discrete uniform distribution.
Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.
Generates normally distributed random variates.
Fill a strided array with pseudorandom numbers drawn from a beta prime distribution.
Fill a strided array with pseudorandom numbers drawn from a gamma distribution.
Fill a strided array with pseudorandom numbers drawn from a chi-square distribution.
Apply a unary function to each element retrieved from a four-dimensional nested input array according to a callback function and assign results to elements in a four-dimensional nested output array.
Calculate the dot product of two single-precision floating-point vectors.
Return the layout string associated with a supported BLAS memory layout value.
Observe stacked array-grids of identical shape, falling back to grid below on null.
Conjugate each element in a single-precision complex floating-point vector.
Like NumPy, in JavaScript
Base BLAS assertion utilities.
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
Return an updated sum of squares represented in scaled form.
Apply a function against an accumulator and each element in an array and return the accumulated result.
LAPACK routine to divide two double-precision complex floating-point numbers in real arithmetic.
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.