Functions | Variables

src/coramf/fftw.c File Reference

Functions

MATRIX fftwShift (MATRIX m)
MATRIX fftw (fits2d function)
MATRIX fftwReverse (MATRIX function, int shift)

Variables

int reversePlanDone = FALSE
 fftw plans are reused as long as the size of input and output data remain the same.
fftw_plan fplaninverse = NULL
 fftw reverse plan
int RinX = 0
 x dimension of input data for reverse plan
int RinY = 0
 y dimension of input data for reverse plan

Variable Documentation

fftw_plan fplaninverse = NULL

fftw reverse plan

int reversePlanDone = FALSE

fftw plans are reused as long as the size of input and output data remain the same.

int RinX = 0

x dimension of input data for reverse plan

int RinY = 0

y dimension of input data for reverse plan

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines