Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
GaussianMarginal.h File Reference
#include <random>
#include "IMarginalDistribution.h"
#include "AbstractConfig.h"
#include "Math.h"
Include dependency graph for GaussianMarginal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GaussianMarginalCfg
 Configuration object for GaussianMarginal. More...
 
class  GaussianMarginal
 One-dimensional Gaussian marginal distribution. More...
 

Typedefs

using gsl_rng_sptr = std::unique_ptr< gsl_rng, decltype(&gsl_rng_free)>
 

Typedef Documentation

◆ gsl_rng_sptr

using gsl_rng_sptr = std::unique_ptr<gsl_rng, decltype(&gsl_rng_free)>

Definition at line 26 of file GaussianMarginal.h.