SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
SourceXtractor::FFTTraits< double > Struct Reference

Traits for double. More...

#include <FFT.h>

Public Types

typedef fftw_plan_s plan_t
 
typedef fftw_complex complex_t
 
typedef decltype(fftw_plan_dft_r2c_2dfunc_plan_fwd_t
 
typedef decltype(fftw_plan_dft_c2r_2dfunc_plan_inv_t
 
typedef decltype(fftw_destroy_planfunc_destroy_plan_t
 
typedef decltype(fftw_execute_dft_r2cfunc_execute_fwd_t
 
typedef decltype(fftw_execute_dft_c2rfunc_execute_inv_t
 

Static Public Attributes

static func_plan_fwd_tfunc_plan_fwd {fftw_plan_dft_r2c_2d}
 
static func_plan_inv_tfunc_plan_inv {fftw_plan_dft_c2r_2d}
 
static func_destroy_plan_tfunc_destroy_plan {fftw_destroy_plan}
 
static func_execute_fwd_tfunc_execute_fwd {fftw_execute_dft_r2c}
 
static func_execute_inv_tfunc_execute_inv {fftw_execute_dft_c2r}
 

Detailed Description

Traits for double.

Definition at line 63 of file FFT.h.

Member Typedef Documentation

◆ complex_t

Definition at line 65 of file FFT.h.

◆ func_destroy_plan_t

Definition at line 68 of file FFT.h.

◆ func_execute_fwd_t

Definition at line 69 of file FFT.h.

◆ func_execute_inv_t

Definition at line 70 of file FFT.h.

◆ func_plan_fwd_t

Definition at line 66 of file FFT.h.

◆ func_plan_inv_t

Definition at line 67 of file FFT.h.

◆ plan_t

Definition at line 64 of file FFT.h.

Member Data Documentation

◆ func_destroy_plan

Definition at line 74 of file FFT.h.

◆ func_execute_fwd

Definition at line 75 of file FFT.h.

◆ func_execute_inv

Definition at line 76 of file FFT.h.

◆ func_plan_fwd

Definition at line 72 of file FFT.h.

◆ func_plan_inv

Definition at line 73 of file FFT.h.


The documentation for this struct was generated from the following files: