EigenRand  0.4.0-alpha
Core.h
Go to the documentation of this file.
1 
13 #ifndef EIGENRAND_CORE_H
14 #define EIGENRAND_CORE_H
15 
16 #include "RandUtils.h"
17 
18 #include "Dists/Basic.h"
19 #include "Dists/Discrete.h"
20 #include "Dists/NormalExp.h"
21 #include "Dists/GammaPoisson.h"
22 
23 #include "MvDists/MvNormal.h"
24 #include "MvDists/Multinomial.h"
25 
26 namespace Eigen
27 {
32  namespace Rand
33  {
34 
35  }
36 }
37 
38 #endif