Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
test_contour_method.cpp File Reference
#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <memory>
#include <random>
#include <stdexcept>
#include <string>
#include <vector>
#include "BaseLikelihood.h"
#include "GradientHelper.h"
#include "GaussianCopula.h"
#include "GaussianMarginal.h"
Include dependency graph for test_contour_method.cpp:

Go to the source code of this file.

Classes

struct  KnownLinearGaussianModel
 

Typedefs

using Vec = std::vector< double >
 
using Mat = std::vector< Vec >
 

Functions

int main (int argc, char **argv)
 

Typedef Documentation

◆ Mat

using Mat = std::vector<Vec>

Definition at line 20 of file test_contour_method.cpp.

◆ Vec

using Vec = std::vector<double>

Definition at line 19 of file test_contour_method.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 349 of file test_contour_method.cpp.