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

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)
 

Macro Definition Documentation

◆ ANSI_COLOR_GREEN

#define ANSI_COLOR_GREEN   "\x1b[32m"
Examples:
range_semantics.inl.

◆ ANSI_COLOR_RED

#define ANSI_COLOR_RED   "\x1b[31m"
Examples:
range_semantics.inl.

◆ ANSI_COLOR_RESET

#define ANSI_COLOR_RESET   "\x1b[0m"
Examples:
range_semantics.inl.

◆ RANGE_SEMANTICS_INL_

#define RANGE_SEMANTICS_INL_

Function Documentation

◆ declarg() [1/2]

declarg ( AxisX  ,
double   
)
Examples:
range_semantics.inl.

◆ declarg() [2/2]

double declarg ( AxisZ  ,
double   
)

◆ main()

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