Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <iostream>
#include <algorithm>
#include <hydra/device/System.h>
#include <hydra/host/System.h>
#include <hydra/Function.h>
#include <hydra/Lambda.h>
#include <hydra/Tuple.h>
#include <hydra/multivector.h>
#include <hydra/Placeholders.h>
#include <hydra/Random.h>
#include <hydra/Algorithm.h>
#include <hydra/DenseHistogram.h>
#include <hydra/Zip.h>
#include <hydra/functions/UniformShape.h>
#include <tclap/CmdLine.h>
Go to the source code of this file.
Macros | |
#define | ANSI_COLOR_GREEN "\x1b[32m" |
#define | ANSI_COLOR_RED "\x1b[31m" |
#define | ANSI_COLOR_RESET "\x1b[0m" |
#define | RANGE_SEMANTICS_INL_ |
Functions | |
declarg (AxisX, double) declarg(AxisY | |
double | declarg (AxisZ, double) declarg(Rho |
int | main (int argv, char **argc) |
#define ANSI_COLOR_GREEN "\x1b[32m" |
#define ANSI_COLOR_RED "\x1b[31m" |
#define ANSI_COLOR_RESET "\x1b[0m" |
#define RANGE_SEMANTICS_INL_ |
declarg | ( | AxisX | , |
double | |||
) |