Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
CopulaFactory.cpp File Reference
#include "CopulaFactory.h"
Include dependency graph for CopulaFactory.cpp:

Go to the source code of this file.

Functions

std::unique_ptr< ICopulamake (unsigned int seed, CopulaConfig cfg)
 Internal helper constructing a copula from the active variant alternative.
 

Function Documentation

◆ make()

std::unique_ptr< ICopula > make ( unsigned int  seed,
CopulaConfig  cfg 
)

Internal helper constructing a copula from the active variant alternative.

This helper dispatches on the active type stored in cfg and creates the corresponding concrete ICopula implementation.

Parameters
seedRNG seed forwarded to the concrete copula constructor.
cfgActive copula configuration variant.
Returns
Newly constructed copula.

Definition at line 13 of file CopulaFactory.cpp.