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. | |
Encapsulates statically defined policy for an implementation of the Matrix class.
parallelism_policy_tag | specifies a parallelism policy for executing operations over matrices. The possible type values are matrix_always_parallel, matrix_always_sequential, and matrix_dynamically_customizable_parallelism. |