SourceXtractorPlusPlus
0.14
Please provide a description of the project.
|
Traits for double. More...
#include <FFT.h>
Public Types | |
typedef fftw_plan_s | plan_t |
typedef fftw_complex | complex_t |
Public Attributes | |
decltype(fftw_plan_many_dft_r2c) typedef | func_plan_fwd_t |
decltype(fftw_plan_many_dft_c2r) typedef | func_plan_inv_t |
decltype(fftw_destroy_plan) typedef | func_destroy_plan_t |
decltype(fftw_execute_dft_r2c) typedef | func_execute_fwd_t |
decltype(fftw_execute_dft_c2r) typedef | func_execute_inv_t |
Static Public Attributes | |
static func_plan_fwd_t * | func_plan_fwd {fftw_plan_many_dft_r2c} |
static func_plan_inv_t * | func_plan_inv {fftw_plan_many_dft_c2r} |
static func_destroy_plan_t * | func_destroy_plan {fftw_destroy_plan} |
static func_execute_fwd_t * | func_execute_fwd {fftw_execute_dft_r2c} |
static func_execute_inv_t * | func_execute_inv {fftw_execute_dft_c2r} |
Traits for double.
typedef fftw_complex SourceXtractor::FFTTraits< double >::complex_t |
typedef fftw_plan_s SourceXtractor::FFTTraits< double >::plan_t |
|
static |
decltype(fftw_destroy_plan) typedef SourceXtractor::FFTTraits< double >::func_destroy_plan_t |
|
static |
decltype(fftw_execute_dft_r2c) typedef SourceXtractor::FFTTraits< double >::func_execute_fwd_t |
|
static |
decltype(fftw_execute_dft_c2r) typedef SourceXtractor::FFTTraits< double >::func_execute_inv_t |
|
static |
decltype(fftw_plan_many_dft_r2c) typedef SourceXtractor::FFTTraits< double >::func_plan_fwd_t |
|
static |
decltype(fftw_plan_many_dft_c2r) typedef SourceXtractor::FFTTraits< double >::func_plan_inv_t |