@stdlib/blas-ext-base-sapx
Add a constant to each element in a single-precision floating-point strided array.
Found 228 results for blas
Add a constant to each element in a single-precision floating-point strided array.
Calculate the cumulative sum of strided array elements using ordinary recursive summation.
Calculate the sum of single-precision floating-point strided array elements using extended accumulation.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Return the BLAS diagonal type string associated with a BLAS diagonal type enumeration constant.
Return the enumeration constant associated with a BLAS transpose operation.
Calculate the sum of strided array elements, ignoring NaN values.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Return the enumeration constant associated with a supported BLAS operation side value.
BLAS-like Level 3 Complex GEMM (matrix-matrix multiplication) for ndarrays
Return the enumeration constant associated with a supported BLAS matrix triangle value.
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point number.
Interchanges the elements of x and y.
BLAS Level 1 operations for complex ndarrays
Test if an input value is a BLAS operation side.
Return the transpose operation string associated with a supported BLAS transpose operation value.
Return the enumeration constant associated with a BLAS diagonal type.
BLAS Level 2 TRSV (triangular solve) for complex ndarrays
Base BLAS assertion utilities.
Return the enumeration constant associated with a supported BLAS diagonal type value.
BLAS Level 2 GEMV (Matrix-Vector multiply) for ndarrays
Return the operation side string associated with a supported BLAS operation side value.
Return the matrix triangle string associated with a supported BLAS matrix triangle value.
Return the diagonal type string associated with a supported BLAS diagonal type value.
Return the enumeration constant associated with a supported BLAS transpose operation value.
A easy-to-use math library to perform vector and matrix operations in JavaScript/TypeScript, designed for the needs of graphics apis like WebGL or WebGPU.
Return the layout string associated with a supported BLAS memory layout value.
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.