Sirius  0.0.0
Namespaces | Functions
wrapper.h File Reference
#include <gsl/gsl>
#include "sirius/image.h"
#include "sirius/types.h"
#include "sirius/fftw/types.h"

Go to the source code of this file.

Namespaces

 sirius
 
 sirius::fftw
 

Functions

ComplexUPtr sirius::fftw::CreateComplex (const Size &size)
 Create complex array and initialize it to 0. More...
 
RealUPtr sirius::fftw::CreateReal (const Size &size)
 Create real array and initialize it to 0. More...
 
ComplexUPtr sirius::fftw::FFT (const Image &image)
 Compute the FFT of an image. More...
 
ComplexUPtr sirius::fftw::FFT (double *values, const Size &size)
 Compute the FFT of real array. More...
 
Image sirius::fftw::IFFT (const Size &image_size, ComplexUPtr image_fft)
 Compute the IFFT of an image FFT. More...