50#if defined(NUMERICS_HAS_OMP)
Backend enum for linear algebra operations.
constexpr default_policy kdefault
seq_t default_policy
Default policy: par_t if OMP is available, seq_t otherwise. Selected at configure time; zero runtime ...
Parallel execution policy tag. Activates OMP parallel-for / reduction constructs when NUMERICS_HAS_OM...
Sequential execution policy tag. Guarantees no OMP parallel regions; safe to call inside an existing ...