JayBeams
0.1
Another project to have fun coding.
|
#include <fftw3.h>
#include <limits>
#include <memory>
Go to the source code of this file.
Classes | |
class | jb::fftw::allocator< T > |
Define an allocator based on fftw_malloc()/fftw_free() More... | |
struct | jb::fftw::allocator< T >::rebind< U > |
Namespaces | |
jb | |
The top-level namespace for the JayBeams library. | |
jb::fftw | |
Wrappers for the FFTW3 library. | |
struct jb::fftw::allocator::rebind |
Definition at line 28 of file allocator.hpp.
Class Members | ||
---|---|---|
typedef allocator< U > | other |