Hipace
Typedefs | Variables
LaserFFT Namespace Reference

Typedefs

using VendorFFT = fftw_plan
 
using FFTWComplex = fftw_complex
 

Variables

const auto VendorCreate = fftw_plan_dft_2d
 
const auto VendorExecute = fftw_execute
 
const auto VendorDestroy = fftw_destroy_plan
 

Typedef Documentation

◆ FFTWComplex

using LaserFFT::FFTWComplex = typedef fftw_complex

◆ VendorFFT

using LaserFFT::VendorFFT = typedef fftw_plan

Variable Documentation

◆ VendorCreate

const auto LaserFFT::VendorCreate = fftw_plan_dft_2d

◆ VendorDestroy

const auto LaserFFT::VendorDestroy = fftw_destroy_plan

◆ VendorExecute

const auto LaserFFT::VendorExecute = fftw_execute