ndarray-base-unary-reduce-strided1d-dispatch-by
This repository provides efficient methods for unary reduction operations on strided 1D arrays. Explore the code and contribute to the future of numerical computation! 🐱💻✨
blas-base-assert-is-matrix-orientation
Check if a matrix is oriented correctly with the blas-base-assert-is-matrix-orientation library. Simplify your numerical computations in JavaScript. 🐙📊
ndarray-base-unary-reduce-strided1d
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
blas-ext-base-ndarray-gindex-of
Return the first index of a specified search element in a one-dimensional ndarray.
@stdlib/assert-is-complex64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision complex floating-point numbers.
ndarray-vector-uint8c
Create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
ndarray-vector-uint32
Create an unsigned 32-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/slice-base-args2multislice
Create a MultiSlice object from a list of MultiSlice constructor arguments.
blas-base-wasm-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
blas-base-wasm-sdsdot
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
lapack-base-dge-trans
Convert input general matrix from row-major to column-major layout or vice versa.
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.
@stdlib/assert-is-complex64vector-like
Test if a value is a 1-dimensional ndarray-like object containing single-precision complex floating-point numbers.
ndarray-base-unary-strided1d-dispatch-factory
Create a function for applying a strided function to a provided ndarray.
lapack-base-dgttrf
Compute an `LU` factorization of a real tridiagonal matrix `A` using elimination with partial pivoting and row interchanges
ndarray-base-spread-dimensions
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
@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.
@stdlib/blas-base-scnrm2
Compute the L2-norm of a complex single-precision floating-point vector.
@stdlib/slice-base-str2multislice
Parse a string-serialized MultiSlice object.