npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
FourierImage.hh File Reference

Memory manager for Fourier transforms produced by FFTW. More...

#include <complex>
#include "fftw3.h"

Go to the source code of this file.

Classes

class  npstat::FourierImage
 

Namespaces

 npstat
 

Functions

void npstat::multiplyTransforms (const fftw_complex *l, const fftw_complex *r, fftw_complex *result, const unsigned long len)
 
void npstat::divideTransforms (const fftw_complex *numer, const fftw_complex *denom, fftw_complex *result, const unsigned long len)
 
void npstat::scaleTransform (const fftw_complex *l, double scale, fftw_complex *result, const unsigned long len)
 

Detailed Description

Memory manager for Fourier transforms produced by FFTW.

Author: I. Volobouev

December 2011