LAL  7.5.0.1-b72065a

Detailed Description

Plan to perform FFT of REAL4 data.

Definition at line 38 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...
 
cufftHandle plan
 
REAL4d_real
 
COMPLEX8d_complex
 
fftwf_plan plan
 the FFTW plan More...
 

Field Documentation

◆ sign

INT4 REAL4FFTPlan::sign

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

Definition at line 41 of file CudaRealFFT.c.

◆ size

UINT4 REAL4FFTPlan::size

length of the real data vector for this plan

Definition at line 42 of file CudaRealFFT.c.

◆ plan [1/2]

cufftHandle REAL4FFTPlan::plan

Definition at line 43 of file CudaRealFFT.c.

◆ d_real

REAL4* REAL4FFTPlan::d_real

Definition at line 44 of file CudaRealFFT.c.

◆ d_complex

COMPLEX8* REAL4FFTPlan::d_complex

Definition at line 45 of file CudaRealFFT.c.

◆ plan [2/2]

fftwf_plan REAL4FFTPlan::plan

the FFTW plan

Definition at line 157 of file RealFFT.c.