Files
cppdraft_translate/cppdraft/linalg/algs/reqs.md
2025-10-25 03:02:53 +03:00

1.5 KiB
Raw Blame History

[linalg.algs.reqs]

29 Numerics library [numerics]

29.9 Basic linear algebra algorithms [linalg]

29.9.12 Algorithm requirements based on template parameter name [linalg.algs.reqs]

1

#

Throughout[linalg.algs.blas1], [linalg.algs.blas2], and [linalg.algs.blas3], where the template parameters are not constrained, the names of template parameters are used to express the following constraints.

[Note 1:

Function templates that have a template parameter named ExecutionPolicy are parallel algorithms ([algorithms.parallel.defns]).

— end note]