![]() |
Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <iostream>#include <assert.h>#include <time.h>#include <chrono>#include <tclap/CmdLine.h>#include <hydra/host/System.h>#include <hydra/device/System.h>#include <hydra/Parameter.h>#include <hydra/Random.h>#include <hydra/Algorithm.h>#include <hydra/functions/Gaussian.h>#include <hydra/functions/Exponential.h>#include <hydra/functions/BifurcatedGaussian.h>#include <hydra/functions/BreitWignerNR.h>#include <hydra/functions/ChiSquare.h>#include <hydra/functions/Chebychev.h>#include <hydra/functions/JohnsonSUShape.h>#include <hydra/functions/LogNormal.h>#include <hydra/functions/UniformShape.h>#include <hydra/functions/TriangularShape.h>#include <hydra/functions/TrapezoidalShape.h>Go to the source code of this file.
Macros | |
| #define | FILL_BASIC_DISTRIBUTIONS_INL_ |
Functions | |
| declarg(xvar, double) using namespace hydra int | main (int argv, char **argc) |
| #define FILL_BASIC_DISTRIBUTIONS_INL_ |