Return an element from a three-dimensional nested array.
Apply a binary callback to elements in two four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
LAPACK routine to find the index of the last non-zero column in an input matrix.
Calculate the dot product of two double-precision floating-point vectors.
Find the index of the first element having the maximum absolute value.
A modern JavaScript utility library that delivers functions for data structures, calculations, and more!
Return the BLAS diagonal type string associated with a BLAS diagonal type enumeration constant.
Convert a two-dimensional symmetric banded nested array to compact banded storage.
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Apply a unary function to each element retrieved from a five-dimensional nested input array according to a callback function and assign results to elements in a five-dimensional nested output array.
Apply a binary callback to elements in two five-dimensional nested input arrays according to elements in a five-dimensional nested mask array and assign results to elements in a five-dimensional nested output array.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
Apply a unary callback to elements in a five-dimensional nested input array and assign results to elements in a five-dimensional nested output array.
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
Apply a unary callback to elements in a five-dimensional nested input array according to elements in a five-dimensional nested mask array and assign results to elements in a five-dimensional nested output array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
Apply a quaternary callback to elements in four three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
Convert a strided array to a three-dimensional nested array.
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a three-dimensional nested output array.
Apply a function to elements in a three-dimensional nested input array and assign results to elements in a new three-dimensional nested output array.
Construct a Givens plane rotation.
Return the enumeration constant associated with a BLAS diagonal type.