OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
fftpack_inc.c File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PSIGN   -
#define PMSIGNC(a, b, c, d)
#define MULPMSIGNC(a, b, c)

Macro Definition Documentation

◆ MULPMSIGNC

#define MULPMSIGNC ( a,
b,
c )
Value:
{ a.r=b.r*c.r+b.i*c.i; a.i=b.r*c.i-b.i*c.r; }
constexpr double c
The velocity of light in m/s.
Definition Physics.h:45
std::complex< double > a

Definition at line 52 of file fftpack_inc.c.

◆ PMSIGNC

#define PMSIGNC ( a,
b,
c,
d )
Value:
{ a.r=c.r-d.r; a.i=c.i-d.i; b.r=c.r+d.r; b.i=c.i+d.i; }

Definition at line 50 of file fftpack_inc.c.

◆ PSIGN

#define PSIGN   -

Definition at line 49 of file fftpack_inc.c.