Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
fft.inl File Reference
#include <iostream>
#include <assert.h>
#include <time.h>
#include <chrono>
#include <vector>
#include <hydra/FFTW.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>
Include dependency graph for fft.inl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FFT_INL_
 

Functions

int main (int argv, char **argc)
 

Variables

declarg(xvar, double) using namespace hydra typedef double FloatType
 

Macro Definition Documentation

◆ FFT_INL_

#define FFT_INL_

Function Documentation

◆ main()

int main ( int  argv,
char **  argc 
)
Examples:
fft.inl.

Variable Documentation

◆ FloatType

declarg (xvar, double) using namespace hydra typedef double FloatType
Examples:
fft.inl.