All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DenseMatrix.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_SMP_DENSEMATRIX_H_
36 #define _BLAZE_MATH_SMP_DENSEMATRIX_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #include <blaze/system/OpenMP.h>
44 
45 #if BLAZE_OPENMP_PARALLEL_MODE
47 #else
49 #endif
50 
51 #endif
Header file for the default dense matrix SMP implementation.
System settings for the OpenMP parallelization.
Header file for the OpenMP-based dense matrix SMP implementation.