chsvlib
chsv helper source code
matrix_execution_policy< parallelism_policy_tag > Struct Template Reference

Encapsulates statically defined policy for an implementation of the Matrix class. More...

#include <chsvmath.h>

Public Types

typedef parallelism_policy_tag parallelism_policy
 Specifies a policy related to execution of matrix operations in SMP threads.
 

Detailed Description

template<class parallelism_policy_tag>
struct Chusov::Math::matrix_execution_policy< parallelism_policy_tag >

Encapsulates statically defined policy for an implementation of the Matrix class.

Template Parameters
parallelism_policy_tagspecifies a parallelism policy for executing operations over matrices. The possible type values are matrix_always_parallel, matrix_always_sequential, and matrix_dynamically_customizable_parallelism.

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