|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include "CopulaFactory.h"
Go to the source code of this file.
Functions | |
| std::unique_ptr< ICopula > | make (unsigned int seed, CopulaConfig cfg) |
| Internal helper constructing a copula from the active variant alternative. | |
| 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.
| seed | RNG seed forwarded to the concrete copula constructor. |
| cfg | Active copula configuration variant. |
Definition at line 13 of file CopulaFactory.cpp.