35#ifndef _BLAZE_MATH_SMP_DENSEMATRIX_H_
36#define _BLAZE_MATH_SMP_DENSEMATRIX_H_
45#if BLAZE_HPX_PARALLEL_MODE
47#elif BLAZE_CPP_THREADS_PARALLEL_MODE || BLAZE_BOOST_THREADS_PARALLEL_MODE
49#elif BLAZE_OPENMP_PARALLEL_MODE
Header file for the default dense matrix SMP implementation.
Header file for the HPX-based dense matrix SMP implementation.
Header file for the OpenMP-based dense matrix SMP implementation.
Header file for the C++11/Boost thread-based dense matrix SMP implementation.
System settings for the shared-memory parallelization.