Thread pool

This commit is contained in:
Tobias Wood
2023-05-05 16:23:34 +00:00
committed by Rasmus Munk Larsen
parent 9eb8e2afba
commit 94f57867fe
25 changed files with 937 additions and 446 deletions

View File

@@ -0,0 +1,3 @@
#ifndef EIGEN_THREADPOOL_MODULE_H
#error "Please include unsupported/Eigen/CXX11/ThreadPool instead of including headers inside the src directory directly."
#endif