numerics 0.1.0
Loading...
Searching...
No Matches
policy.hpp File Reference

Compile-time dispatch policy tags for the kernel module. More...

#include "core/policy.hpp"

Go to the source code of this file.

Classes

struct  num::kernel::seq_t
 Sequential execution policy tag. More...
 
struct  num::kernel::par_t
 Parallel execution policy tag. More...
 

Namespaces

namespace  num
 
namespace  num::kernel
 

Typedefs

using num::kernel::default_policy = seq_t
 

Variables

constexpr seq_t num::kernel::kseq {}
 
constexpr par_t num::kernel::kpar {}
 
constexpr default_policy num::kernel::kdefault {}
 

Detailed Description

Compile-time dispatch policy tags for the kernel module.

Definition in file policy.hpp.