ndarray-blas-trsv-complex
BLAS Level 2 TRSV (triangular solve) for complex ndarrays
BLAS Level 2 TRSV (triangular solve) for complex ndarrays
Matrix multiplication for ndarrays
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.
Interchange two double-precision floating-point vectors.
Extended BLAS.
Extended base (i.e., lower-level) basic linear algebra subroutines (BLAS).
Add a constant to each element in a double-precision floating-point strided array.
Adds a constant to each double-precision floating-point strided array element and computes the sum.
Adds a constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.
Adds a constant to each double-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.
Adds a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.
Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
Calculate the cumulative sum of double-precision floating-point strided array elements.
Calculate the cumulative sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the cumulative sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
Fill a double-precision floating-point strided array with a specified scalar constant.
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.