JayBeams  0.1
Another project to have fun coding.
Namespaces | Typedefs
aligned_vector.hpp File Reference
#include <jb/fftw/allocator.hpp>
#include <vector>

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.
 

Typedefs

template<typename T >
using jb::fftw::aligned_vector = std::vector< T, jb::fftw::allocator< T > >
 Alias std::vector with properly allocated storage for FFTW3. More...