29
Numerics library
[numerics]
29.9
Basic linear algebra algorithms
[linalg]
29.9.13
BLAS 1 algorithms
[linalg.algs.blas1]
29.9.13.1
Complexity
[linalg.algs.blas1.complexity]
1
#
Complexity
: All algorithms in
[linalg.
algs.
blas1]
with
mdspan
parameters perform a count of
mdspan
array accesses and arithmetic operations that is linear in the maximum product of extents of any
mdspan
parameter
.