21 #ifndef bempp_serial_blas_region_hpp
22 #define bempp_serial_blas_region_hpp
24 #include "../common/common.hpp"
39 int m_originalThreadCount;
SerialBlasRegion()
Make BLAS and LAPACK use only 1 thread.
Definition: serial_blas_region.cpp:49
Management of the number of threads used by BLAS and LAPACK.
Definition: serial_blas_region.hpp:30
~SerialBlasRegion()
Restore the original number of threads used by BLAS and LAPACK.
Definition: serial_blas_region.cpp:62