Updated 6 months ago

blas-base-sdsdot • Rank 0.0 • Science 57%

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

Updated 6 months ago

@stdlib/blas-base-ccopy • Rank 4.8 • Science 44%

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

Updated 6 months ago

@stdlib/blas-base-zaxpy • Rank 2.5 • Science 44%

Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant and add the result to a double-precision complex floating-point vector.

Updated 6 months ago

blas-base-zdscal • Rank 0.0 • Science 44%

Scale a double-precision complex floating-point vector by a double-precision floating-point constant.

Updated 6 months ago

@stdlib/blas-base-dsdot • Rank 4.3 • Science 39%

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

Updated 6 months ago

blas-base-igamax • Science 44%

Find the index of the first element having the maximum absolute value.

Updated 6 months ago

blas-base-wasm-isamax • Science 44%

Find the index of the first element having the maximum absolute value.

Updated 6 months ago

blas-base-csscal • Science 44%

Scale a single-precision complex floating-point vector by a single-precision floating-point constant.

Updated 6 months ago

@stdlib/blas-base-cscal • Science 44%

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.

Updated 6 months ago

@stdlib/blas-base-zscal • Science 44%

Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant.

Updated 6 months ago

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

Add a constant to each double-precision floating-point strided array element and compute the sum.

Updated 6 months ago

@stdlib/blas-base-zcopy • Science 44%

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

Updated 6 months ago

blas-base-wasm-dsdot • Science 44%

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

Updated 6 months ago

@stdlib/blas-base-scasum • Science 44%

Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.

Updated 6 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 6 months ago

blas-base-wasm-scasum • Science 44%

Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.

Updated 6 months ago

@stdlib/blas-base-caxpy • Science 44%

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.

Updated 6 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 6 months ago

blas-base-wasm-idamax • Science 44%

Find the index of the first element having the maximum absolute value.

Updated 6 months ago

blas-base-wasm-zcopy • Science 44%

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

Updated 6 months ago

blas-base-wasm-sdsdot • Science 44%

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

Updated 6 months ago

blas-base-wasm-cscal • Science 44%

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.

Updated 6 months ago

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

Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.