@stdlib/array-base-assert-is-accessor-array
Test if an array-like object supports the accessor (get/set) protocol.
@stdlib/array-filled-by
Create a filled array according to a provided callback function.
@stdlib/array-one-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
@stdlib/array-ones
Create an array filled with ones and having a specified length.
@stdlib/math-strided-special-sabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array.
@stdlib/utils-prepend
Add elements from one collection to the beginning of another collection.
@stdlib/utils-unshift
Add one or more elements to the beginning of a collection.
@stdlib/math-strided-special-smskceil
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
@stdlib/math-strided-special-sdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians.
@stdlib/array-nans
Create an array filled with NaNs and having a specified length.
@stdlib/math-strided-special-smsktrunc
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
@stdlib/math-strided-special-smskcbrt
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-smskinv
Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-ssqrt
Compute the principal square root for each element in a single-precision floating-point strided array.
@stdlib/assert-is-accessor-array
Test if a value is an array-like object supporting the accessor (get/set) protocol.
@stdlib/math-strided-special-sfloor
Round each element in a single-precision floating-point strided array toward negative infinity.
@stdlib/math-strided-special-smsksqrt
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-smskabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-sabs
Compute the absolute value for each element in a single-precision floating-point strided array.
@stdlib/array-zeros-like
Create a zero-filled array having the same length and data type as a provided array.
@stdlib/math-strided-special-smskrsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
math-strided-special-sceil
Round each element in a single-precision floating-point strided array toward positive infinity.
@stdlib/math-strided-special-sramp
Evaluate the ramp function for each element in a single-precision floating-point strided array.
@stdlib/math-strided-special-smskfloor
Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.
@stdlib/utils-append
Add elements from one collection to the end of another collection.
@stdlib/math-strided-special-smskramp
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/array-ones-like
Create an array filled with ones and having the same length and data type as a provided array.
@stdlib/math-strided-special-smskabs
Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-smskdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians according to a strided mask array.
@stdlib/array-one-to-like
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.
@stdlib/array-nans-like
Create an array filled with NaNs and having the same length and data type as a provided array.
math-strided-special-scbrt
Compute the cube root of each element in a single-precision floating-point strided array.
lapack-base-claset
Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.
@stdlib/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
blas-base-strmv
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
blas-base-dtrsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
lapack-base-spttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
blas-base-wasm-dsdot
Compute the dot product of `x` and `y` with extended accumulation and result.
blas-base-strsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
stats-strided-sztest2
Compute a two-sample Z-test for two single-precision floating-point strided arrays.
stats-strided-sztest
Compute a one-sample Z-test for a single-precision floating-point strided array.
blas-base-wasm-sdsdot
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
lapack-base-sge-trans
Convert a matrix from row-major layout to column-major layout or vice versa.
@stdlib/array-empty-like
Create an uninitialized array having the same length and data type as a provided array.
@stdlib/array-zero-to-like
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.