ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <cstddef>
#include <limits>
#include <stdexcept>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
struct | fft::allocator< FloatType > |
Aligned allocator for FFT data. More... | |
Namespaces | |
namespace | fft |
Typedefs | |
template<class T > | |
using | fft::vector = std::vector< T, allocator< T > > |