ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
vector.hpp File Reference
#include <cstddef>
#include <limits>
#include <stdexcept>
#include <type_traits>
#include <vector>
+ Include dependency graph for vector.hpp:
+ This graph shows which files directly or indirectly include this file:

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