SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
Traits for float. More...
#include <FFT.h>
Public Types | |
typedef fftwf_plan_s | plan_t |
typedef fftwf_complex | complex_t |
Public Attributes | |
decltype(fftwf_plan_many_dft_r2c) typedef | func_plan_fwd_t |
decltype(fftwf_plan_many_dft_c2r) typedef | func_plan_inv_t |
decltype(fftwf_destroy_plan) typedef | func_destroy_plan_t |
decltype(fftwf_execute_dft_r2c) typedef | func_execute_fwd_t |
decltype(fftwf_execute_dft_c2r) typedef | func_execute_inv_t |
Static Public Attributes | |
static func_plan_fwd_t * | func_plan_fwd {fftwf_plan_many_dft_r2c} |
static func_plan_inv_t * | func_plan_inv {fftwf_plan_many_dft_c2r} |
static func_destroy_plan_t * | func_destroy_plan {fftwf_destroy_plan} |
static func_execute_fwd_t * | func_execute_fwd {fftwf_execute_dft_r2c} |
static func_execute_inv_t * | func_execute_inv {fftwf_execute_dft_c2r} |
typedef fftwf_complex SourceXtractor::FFTTraits< float >::complex_t |
typedef fftwf_plan_s SourceXtractor::FFTTraits< float >::plan_t |
|
static |
decltype(fftwf_destroy_plan) typedef SourceXtractor::FFTTraits< float >::func_destroy_plan_t |
|
static |
decltype(fftwf_execute_dft_r2c) typedef SourceXtractor::FFTTraits< float >::func_execute_fwd_t |
|
static |
decltype(fftwf_execute_dft_c2r) typedef SourceXtractor::FFTTraits< float >::func_execute_inv_t |
|
static |
decltype(fftwf_plan_many_dft_r2c) typedef SourceXtractor::FFTTraits< float >::func_plan_fwd_t |
|
static |
decltype(fftwf_plan_many_dft_c2r) typedef SourceXtractor::FFTTraits< float >::func_plan_inv_t |