JayBeams  0.1
Another project to have fun coding.
Namespaces | Functions
plan.cpp File Reference
#include "jb/fftw/plan.hpp"
#include <sstream>
#include <stdexcept>

Go to the source code of this file.

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 
 jb::fftw
 Wrappers for the FFTW3 library.
 
 jb::fftw::detail
 

Functions

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...