|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include "JointDistribution.h"#include "MarginalFactory.h"#include "CopulaFactory.h"#include "Math.h"
Go to the source code of this file.
Typedefs | |
| using | Matrix = std::vector< std::vector< double > > |
Functions | |
| void | printUsage (const char *prog) |
| Matrix | readMatrixFromStdin () |
| void | printVector (const Vector &v) |
| int | main (int argc, char **argv) |
| using Matrix = std::vector<std::vector<double> > |
Definition at line 6 of file main_rng.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 45 of file main_rng.cpp.
| void printUsage | ( | const char * | prog | ) |
Definition at line 7 of file main_rng.cpp.
| void printVector | ( | const Vector & | v | ) |
Definition at line 36 of file main_rng.cpp.
| Matrix readMatrixFromStdin | ( | ) |
Definition at line 20 of file main_rng.cpp.