Blaze 3.9
DenseVector.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35#ifndef _BLAZE_MATH_SMP_DENSEVECTOR_H_
36#define _BLAZE_MATH_SMP_DENSEVECTOR_H_
37
38
39//*************************************************************************************************
40// Includes
41//*************************************************************************************************
42
43#include <blaze/system/SMP.h>
44
45#if BLAZE_HPX_PARALLEL_MODE
47#elif BLAZE_CPP_THREADS_PARALLEL_MODE || BLAZE_BOOST_THREADS_PARALLEL_MODE
49#elif BLAZE_OPENMP_PARALLEL_MODE
51#else
53#endif
54
55#endif
Header file for the default dense vector SMP implementation.
Header file for the HPX-based dense vector SMP implementation.
Header file for the OpenMP-based dense vector SMP implementation.
Header file for the C++11/Boost thread-based dense vector SMP implementation.
System settings for the shared-memory parallelization.