numerics 0.1.0
Loading...
Searching...
No Matches
num::kernel::par_t Struct Reference

Parallel execution policy tag. Activates OMP parallel-for / reduction constructs when NUMERICS_HAS_OMP. Falls through to seq_t behaviour when OMP is not available. More...

#include <policy.hpp>

Detailed Description

Parallel execution policy tag. Activates OMP parallel-for / reduction constructs when NUMERICS_HAS_OMP. Falls through to seq_t behaviour when OMP is not available.

Definition at line 43 of file policy.hpp.


The documentation for this struct was generated from the following file: