stats-base-ndarray-scumax
Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.
blas-base-wasm-dsdot
Compute the dot product of `x` and `y` with extended accumulation and result.
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
@stdlib/assert-is-complex64vector-like
Test if a value is a 1-dimensional ndarray-like object containing single-precision complex floating-point numbers.
stats-base-ndarray-dcovarmtk
Compute the covariance of two one-dimensional double-precision floating-point ndarrays provided known means and using a one-pass textbook algorithm.
stats-base-ndarray-sztest
Compute a one-sample Z-test for a one-dimensional single-precision floating-point ndarray.
@stdlib/blas-base-transpose-operation-enum2str
Return the BLAS transpose operation string associated with a BLAS transpose operation enumeration constant.
@stdlib/ndarray-base-binary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
@stdlib/array-base-ternary4d
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.
lapack-base-sge-trans
Convert a matrix from row-major layout to column-major layout or vice versa.
@stdlib/lapack-base-dpttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
array-base-mskbinary4d
Apply a binary callback to elements in two four-dimensional nested input arrays according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
array-base-mskbinary3d
Apply a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
blas-ext-base-ndarray-dindex-of
Return the first index of a specified search element in a one-dimensional double-precision floating-point ndarray.
blas-base-wasm-zswap
Interchange two complex double-precision floating-point vectors.
blas-base-wasm-ccopy
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
stats-base-ndarray-smax
Compute the maximum value of a one-dimensional single-precision floating-point ndarray.
array-base-broadcasted-quaternary4d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
ndarray-base-ndarraylike2scalar
Transform ndarray-like objects to scalars with ease. This library streamlines numerical computation in JavaScript for both browsers and Node.js. 🐙✨
@stdlib/lapack-base-dlacpy
Copy all or part of a matrix A to another matrix B.
@stdlib/array-base-map4d
Apply a function to elements in a four-dimensional nested input array and assign results to elements in a new four-dimensional nested output array.
@stdlib/array-base-quaternary2d
Apply a quaternary callback to elements in four two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-quinary2d
Apply a quinary callback to elements in five two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
blas-ext-base-wasm-dapx
Add a scalar constant to each element in a double-precision floating-point strided array.
ndarray-vector-float64
Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).
blas-ext-base-ndarray-zsum
Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.
stats-base-ndarray-dmax
Compute the maximum value of a one-dimensional double-precision floating-point ndarray.
ndarray-base-unary-strided1d
Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
@stdlib/array-base-unarynd
Apply a unary callback to elements in an n-dimensional nested input array and assign results to elements in an n-dimensional nested output array.
array-base-unary4d-by
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.
ndarray-iter-stacks
Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.
array-base-broadcasted-quaternary3d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/blas-base-transpose-operation-resolve-enum
Return the enumeration constant associated with a supported BLAS transpose operation value.
@stdlib/ndarray-base-nullary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
@stdlib/array-base-quinary4d
Apply a quinary callback to elements in five four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/blas-base-matrix-triangle-enum2str
Return the BLAS matrix triangle string associated with a BLAS matrix triangle enumeration constant.