Updated 10 months ago

@stdlib/ndarray-base-expand-dimensions • Science 44%

Expand the shape of an array by inserting a new dimension of size one at a specified axis.

Updated 10 months ago

ndarray-base-unary-reduce-strided1d-dispatch-by • Science 26%

This repository provides efficient methods for unary reduction operations on strided 1D arrays. Explore the code and contribute to the future of numerical computation! 🐱💻✨

Updated 10 months ago

blas-base-assert-is-matrix-orientation • Science 26%

Check if a matrix is oriented correctly with the blas-base-assert-is-matrix-orientation library. Simplify your numerical computations in JavaScript. 🐙📊

Updated 10 months ago

ndarray-base-unary-reduce-strided1d • Science 44%

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.

Updated 10 months ago

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

Return the first index of a specified search element in a one-dimensional ndarray.

Updated 10 months ago

ndarray-base-count-truthy • Science 44%

Count the number of truthy elements in an ndarray.

Updated 10 months ago

ndarray-count-truthy • Science 44%

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

Updated 10 months ago

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

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

Updated 10 months ago

ndarray-some-by • Science 44%

Test whether at least `n` elements along one or more ndarray dimensions pass a test implemented by a predicate function.

Updated 10 months ago

ndarray-vector-uint8c • Science 44%

Create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).

Updated 10 months ago

blas-ext-cusum • Science 44%

Compute the cumulative sum along one or more ndarray dimensions.

Updated 10 months ago

ndarray-vector-uint32 • Science 44%

Create an unsigned 32-bit integer vector (i.e., a one-dimensional ndarray).

Updated 10 months ago

@stdlib/slice-base-args2multislice • Science 31%

Create a MultiSlice object from a list of MultiSlice constructor arguments.

Updated 10 months ago

blas-base-wasm-sdsdot • Science 44%

Calculate the dot product of two single-precision floating-point vectors with extended accumulation.

Updated 9 months ago

lapack-base-dge-trans • Science 44%

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

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

@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

lapack-base-dgttrf • Science 44%

Compute an `LU` factorization of a real tridiagonal matrix `A` using elimination with partial pivoting and row interchanges

Updated 10 months ago

array-base-banded-to-compact • Science 31%

Convert a two-dimensional banded nested array to compact banded storage.

Updated 10 months ago

ndarray-base-spread-dimensions • Science 44%

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.

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/blas-base-operation-side-resolve-str • Science 44%

Return the operation side string associated with a supported BLAS operation side value.

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-layout-resolve-enum • Science 44%

Return the enumeration constant associated with a supported BLAS memory layout value.

Updated 10 months ago

@stdlib/ndarray-base-broadcast-scalar • Science 44%

Broadcast a scalar value to an ndarray to a specified shape.

Updated 10 months ago

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

Apply a nullary function and assign results to elements in an output ndarray.