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

Go to the source code of this file.

Classes

struct  FlatMarginalCfg
 Configuration object for FlatMarginal. More...
 
class  FlatMarginal
 Continuous uniform marginal distribution on [a,b]. 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 27 of file FlatMarginal.h.