chsvlib
chsv helper source code
matrix_execution_policy_traits< Policy > Struct Template Reference

Provides the same fields as the matrix_execution_policy class does, but for an arbitriary Policy class specifying a matrix policy. The Policy class definition is allowed to skip policy specifications in order to specify default behaviour. More...

#include <chsvmath.h>

Public Attributes

decltype(parallel_optimization_policy_chooser< Policy >(int())) typedef parallelism_policy
 

Detailed Description

template<class Policy>
struct Chusov::Math::matrix_execution_policy_traits< Policy >

Provides the same fields as the matrix_execution_policy class does, but for an arbitriary Policy class specifying a matrix policy. The Policy class definition is allowed to skip policy specifications in order to specify default behaviour.


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