Compile-time dispatch policy tags for the kernel module.
real l1_norm(const Vector &x, seq_t) noexcept
Sequential l1 norm.
real sum(const Vector &x, seq_t) noexcept
Sequential sum.
real linf_norm(const Vector &x, seq_t) noexcept
Sequential infinity norm.
Parallel execution policy tag.
Sequential execution policy tag.
Dense vector storage and operations.