Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
StdEngine.cxx
Go to the documentation of this file.
1
2#include "Math/StdEngine.h"
3
4namespace ROOT {
5 namespace Math {
6 template class StdEngine<std::mt19937_64>;
7 template class StdEngine<std::ranlux48>;
8 }
9}
Namespace for new Math classes and functions.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...