Go to the source code of this file.
|
void | jb::fftw::detail::check_plan_inputs (std::size_t in_elements, std::size_t on_elements, std::size_t in_nsamples, std::size_t on_nsamples, char const *function_name) |
| Helper function to check the inputs to a create_*_plan_*() More...
|
|
template<typename in_array_type , typename out_array_type > |
plan< in_array_type, out_array_type > | jb::fftw::create_forward_plan (in_array_type const &in, out_array_type &out, int flags=default_plan_flags) |
| Create a plan to compute many DFTs given the input and output arrays. More...
|
|
template<typename in_array_type , typename out_array_type > |
plan< in_array_type, out_array_type > | jb::fftw::create_backward_plan (in_array_type const &in, out_array_type &out, int flags=default_plan_flags) |
| Create a plan to compute many inverse DFT given the input and output arrays. More...
|
|