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 <vector>
#include <hydra/CuFFT.h>
#include <hydra/device/System.h>
#include <hydra/Algorithm.h>
#include <hydra/Random.h>
#include <hydra/Zip.h>
#include <hydra/Complex.h>
#include <hydra/functions/UniformShape.h>
#include <hydra/RandomFill.h>
#include <tclap/CmdLine.h>
Go to the source code of this file.
Macros | |
#define | CUFFT_INL_ |
Functions | |
int | main (int argv, char **argc) |
Variables | |
declarg(xvar, double) using namespace hydra typedef double | FloatType |
#define CUFFT_INL_ |