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 <string>
#include <vector>
#include <array>
#include <chrono>
#include <limits>
#include <tclap/CmdLine.h>
#include <hydra/Types.h>
#include <hydra/Function.h>
#include <hydra/FunctorArithmetic.h>
#include <hydra/Plain.h>
#include <hydra/Lambda.h>
#include <hydra/host/System.h>
#include <hydra/device/System.h>
Go to the source code of this file.
Macros | |
#define | PLAIN_MC_INL_ |
Functions | |
declarg (AxisX, double) declarg(AxisY | |
int | main (int argv, char **argc) |
#define PLAIN_MC_INL_ |
declarg | ( | AxisX | , |
double | |||
) |