|
Mantid
|
Classes | |
| struct | GSLFree |
| Functor to free GSL objects in a unique pointer. More... | |
Typedefs | |
| using | hc_wt_uptr = std::unique_ptr< gsl_fft_halfcomplex_wavetable, GSLFree > |
| using | real_ws_uptr = std::unique_ptr< gsl_fft_real_workspace, GSLFree > |
| using | real_wt_uptr = std::unique_ptr< gsl_fft_real_wavetable, GSLFree > |
Functions | |
| hc_wt_uptr | make_gsl_hc_wavetable (std::size_t dn) |
| real_wt_uptr | make_gsl_real_wavetable (std::size_t dn) |
| real_ws_uptr | make_gsl_real_workspace (std::size_t dn) |
| using Mantid::Kernel::fft::hc_wt_uptr = typedef std::unique_ptr<gsl_fft_halfcomplex_wavetable, GSLFree> |
Definition at line 31 of file GSL_Helpers.h.
| using Mantid::Kernel::fft::real_ws_uptr = typedef std::unique_ptr<gsl_fft_real_workspace, GSLFree> |
Definition at line 30 of file GSL_Helpers.h.
| using Mantid::Kernel::fft::real_wt_uptr = typedef std::unique_ptr<gsl_fft_real_wavetable, GSLFree> |
Definition at line 29 of file GSL_Helpers.h.
|
inline |
Definition at line 35 of file GSL_Helpers.h.
Referenced by Mantid::Algorithms::RealFFT::RealFFT::exec(), and Mantid::Kernel::Smoothing::fft::fftSmoothWithFilter().
|
inline |
Definition at line 33 of file GSL_Helpers.h.
Referenced by Mantid::Algorithms::RealFFT::RealFFT::exec(), and Mantid::Kernel::Smoothing::fft::fftSmoothWithFilter().
|
inline |
Definition at line 34 of file GSL_Helpers.h.
Referenced by Mantid::Algorithms::RealFFT::RealFFT::exec(), and Mantid::Kernel::Smoothing::fft::fftSmoothWithFilter().