|
Octopus
|
Go to the documentation of this file.
21#define R_TYPE complex(real64)
22#define R_BASE real(real64)
23#define R_DOUBLE complex(real64)
24#define R_MPITYPE MPI_DOUBLE_COMPLEX
25#define R_TYPE_VAL TYPE_CMPLX
26#define R_TYPE_CL 'RTYPE_COMPLEX'
27#define R_TYPE_IOBINARY TYPE_DOUBLE_COMPLEX
28#define R_TOTYPE(x) cmplx(x, M_ZERO, real64)
30#define R_CONJ(x) conjg(x)
31#define R_REAL(x) real(x, real64)
32#define R_AIMAG(x) aimag(x)
40#define aX(x,y) x ## z ## y