LAL  7.5.0.1-b72065a

Detailed Description

Plan to perform FFT of REAL8 data.

Definition at line 48 of file CudaRealFFT.c.

Data Fields

INT4 sign
 sign in transform exponential, -1 for forward, +1 for reverse More...
 
UINT4 size
 length of the real data vector for this plan More...
 
fftw_plan plan
 the FFTW plan More...
 

Field Documentation

◆ sign

INT4 REAL8FFTPlan::sign

sign in transform exponential, -1 for forward, +1 for reverse

Definition at line 51 of file CudaRealFFT.c.

◆ size

UINT4 REAL8FFTPlan::size

length of the real data vector for this plan

Definition at line 52 of file CudaRealFFT.c.

◆ plan

fftw_plan REAL8FFTPlan::plan

the FFTW plan

Definition at line 53 of file CudaRealFFT.c.