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 <typeinfo>
#include <type_traits>
#include <tclap/CmdLine.h>
#include <hydra/host/System.h>
#include <hydra/device/System.h>
#include <hydra/Lambda.h>
#include <hydra/Parameter.h>
#include <hydra/FunctorArithmetic.h>
#include <hydra/functions/Gaussian.h>
#include <hydra/detail/external/hydra_thrust/random.h>
Go to the source code of this file.
Macros | |
#define | QUICK_TEST_INL_ |
Functions | |
declarg (_u, double) declarg(_v | |
double | declarg (_x, double) declarg(_y |
double double int | main (int argv, char **argc) |
#define QUICK_TEST_INL_ |
declarg | ( | _u | , |
double | |||
) |