ROCK
1.9.1
Relativistic Oscillator Calculation Kit
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1
#ifndef ROCK_TYPES_H
2
#define ROCK_TYPES_H
3
#ifdef __cplusplus
4
#include <complex>
5
typedef
double
real
;
6
typedef
std::complex<double>
cplx
;
7
#else
8
#include <complex.h>
9
#ifdef _MSC_VER
10
typedef
double
real
;
11
typedef
_Dcomplex
cplx
;
12
#else
13
typedef
double
real
;
14
typedef
double
_Complex
cplx
;
15
#endif
16
#endif
17
#endif
real
double real
Definition
types.h:13
cplx
double _Complex cplx
Definition
types.h:14
rock
types.h
Generated by
1.15.0