Updated 10 months ago

stats-base-ndarray-scumax • Science 26%

Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.

Updated 10 months ago

blas-base-wasm-dsdot • Science 26%

Compute the dot product of `x` and `y` with extended accumulation and result.

Updated 10 months ago

blas-ext-cusum • Science 26%

Compute the cumulative sum along one or more ndarray dimensions.

Updated 10 months ago

@stdlib/assert-is-complex64vector-like • Science 44%

Test if a value is a 1-dimensional ndarray-like object containing single-precision complex floating-point numbers.

Updated 10 months ago

stats-base-ndarray-dcovarmtk • Science 44%

Compute the covariance of two one-dimensional double-precision floating-point ndarrays provided known means and using a one-pass textbook algorithm.

Updated 10 months ago

stats-base-ndarray-sztest • Science 44%

Compute a one-sample Z-test for a one-dimensional single-precision floating-point ndarray.

Updated 10 months ago

@stdlib/blas-base-transpose-operation-enum2str • Science 44%

Return the BLAS transpose operation string associated with a BLAS transpose operation enumeration constant.

Updated 10 months ago

@stdlib/array-base-ternary4d • Science 44%

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.

Updated 10 months ago

lapack-base-sge-trans • Science 44%

Convert a matrix from row-major layout to column-major layout or vice versa.

Updated 10 months ago

@stdlib/lapack-base-dpttrf • Science 44%

Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.

Updated 10 months ago

@stdlib/array-base-fliplr2d • Science 44%

Reverse the order of elements along the last dimension of a two-dimensional nested input array.

Updated 10 months ago

array-base-mskbinary4d • Science 44%

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.

Updated 10 months ago

array-base-mskbinary3d • Science 44%

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.

Updated 10 months ago

@stdlib/blas-base-diagonal-type-enum2str • Science 44%

Return the BLAS diagonal type string associated with a BLAS diagonal type enumeration constant.

Updated 10 months ago

blas-ext-sum • Science 44%

Compute the sum along one or more ndarray dimensions.

Updated 10 months ago

blas-base-wasm-sswap • Science 44%

Interchange two single-precision floating-point vectors.

Updated 10 months ago

blas-ext-base-ndarray-dindex-of • Science 44%

Return the first index of a specified search element in a one-dimensional double-precision floating-point ndarray.

Updated 10 months ago

blas-base-wasm-ccopy • Science 44%

Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.

Updated 10 months ago

stats-base-ndarray-smax • Science 44%

Compute the maximum value of a one-dimensional single-precision floating-point ndarray.

Updated 10 months ago

array-base-broadcasted-quaternary4d • Science 44%

Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a four-dimensional nested output array.

Updated 10 months ago

@stdlib/array-base-fliplr5d • Science 44%

Reverse the order of elements along the last dimension of a five-dimensional nested input array.

Updated 10 months ago

@stdlib/array-base-fillednd-by • Science 44%

Create a filled n-dimensional nested array according to a provided callback function.

Updated 10 months ago

@stdlib/ndarray-base-reverse • Science 44%

Return a view of an input ndarray in which the order of elements along each dimension is reversed.

Updated 10 months ago

@stdlib/ndarray-base-slice-dimension • Science 44%

Return a view of an input ndarray when sliced along a specified dimension.

Updated 10 months ago

ndarray-map • Science 26%

Apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.

Updated 10 months ago

ndarray-base-ndarraylike2scalar • Science 26%

Transform ndarray-like objects to scalars with ease. This library streamlines numerical computation in JavaScript for both browsers and Node.js. 🐙✨

Updated 10 months ago

ndarray-reject • Science 44%

Return a shallow copy of an ndarray containing only those elements which fail a test implemented by a predicate function.

Updated 10 months ago

@stdlib/napi-argv-strided-uint16array • Science 44%

Convert a Node-API value representing a strided array to an unsigned 16-bit integer array.

Updated 10 months ago

@stdlib/array-base-map4d • Science 44%

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.

Updated 10 months ago

@stdlib/array-base-quaternary2d • Science 44%

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.

Updated 10 months ago

@stdlib/array-base-quinary2d • Science 44%

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.

Updated 10 months ago

ndarray-base-every • Science 44%

Test whether every element in an ndarray is truthy.

Updated 10 months ago

@stdlib/napi-argv-strided-float64array • Science 44%

Convert a Node-API value representing a strided array to a double-precision floating-point array.

Updated 10 months ago

@stdlib/ndarray-base-for-each • Science 44%

Invoke a callback function once for each ndarray element.

Updated 10 months ago

blas-ext-base-wasm-dapx • Science 44%

Add a scalar constant to each element in a double-precision floating-point strided array.

Updated 10 months ago

@stdlib/ndarray-empty • Science 44%

Create an uninitialized ndarray having a specified shape and data type.

Updated 10 months ago

ndarray-base-count-if • Science 44%

Count the number of elements in an ndarray which pass a test implemented by a predicate function.

Updated 10 months ago

ndarray-vector-float64 • Science 26%

Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).

Updated 10 months ago

blas-ext-base-ndarray-zsum • Science 44%

Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.

Updated 10 months ago

ndarray-iter-matrices • Science 44%

Create an iterator which iterates over each matrix in a stack of matrices.

Updated 10 months ago

stats-max • Science 44%

Compute the maximum value along one or more ndarray dimensions.

Updated 10 months ago

stats-base-ndarray-dmax • Science 44%

Compute the maximum value of a one-dimensional double-precision floating-point ndarray.

Updated 10 months ago

ndarray-base-unary-strided1d • Science 44%

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.

Updated 10 months ago

ndarray-base-count-falsy • Science 44%

Count the number of falsy elements in an ndarray.

Updated 10 months ago

@stdlib/array-base-unarynd • Science 44%

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.

Updated 10 months ago

array-base-unary4d-by • Science 44%

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.

Updated 10 months ago

ndarray-iter-stacks • Science 44%

Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.

Updated 10 months ago

@stdlib/blas-base-matrix-triangle-resolve-str • Science 44%

Return the matrix triangle string associated with a supported BLAS matrix triangle value.

Updated 10 months ago

@stdlib/blas-base-diagonal-type-resolve-enum • Science 44%

Return the enumeration constant associated with a supported BLAS diagonal type value.

Updated 10 months ago

lapack-base-crot • Science 44%

LAPACK auxiliary routine to apply a plane rotation with real cosine and complex sine.

Updated 10 months ago

array-base-broadcasted-quaternary3d • Science 44%

Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a three-dimensional nested output array.

Updated 10 months ago

ndarray-vector-bool • Science 44%

Create a boolean vector (i.e., a one-dimensional ndarray).

Updated 10 months ago

@stdlib/blas-base-diagonal-type-resolve-str • Science 44%

Return the diagonal type string associated with a supported BLAS diagonal type value.

Updated 10 months ago

@stdlib/blas-base-transpose-operation-resolve-enum • Science 26%

Return the enumeration constant associated with a supported BLAS transpose operation value.

Updated 10 months ago

@stdlib/array-base-quinary4d • Science 44%

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.

Updated 10 months ago

blas-ext-base-wasm • Science 44%

Extensions to basic linear algebra subprograms (BLAS) compiled to WebAssembly.

Updated 10 months ago

@stdlib/blas-base-layout-resolve-str • Science 44%

Return the layout string associated with a supported BLAS memory layout value.

Updated 10 months ago

@stdlib/blas-base-matrix-triangle-enum2str • Science 44%

Return the BLAS matrix triangle string associated with a BLAS matrix triangle enumeration constant.

Updated 10 months ago

@stdlib/ndarray-base-flipud • Science 44%

Return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.

Updated 10 months ago

ndarray-count-falsy • Science 44%

Count the number of falsy elements along one or more ndarray dimensions.