1 #ifndef jb_fftw_aligned_multi_array_hpp 2 #define jb_fftw_aligned_multi_array_hpp 5 #include <boost/multi_array.hpp> 22 template <
typename value_type, std::
size_t num_dims>
24 boost::multi_array<value_type, num_dims, jb::fftw::allocator<value_type>>;
29 #endif // jb_fftw_aligned_multi_array_hpp boost::multi_array< value_type, num_dims, jb::fftw::allocator< value_type > > aligned_multi_array
Alias boost::multi_array with properly allocated storage for FFTW3.
The top-level namespace for the JayBeams library.