PGFFT.h
PGFFT(const PGFFT &)=delete
void apply(const std::complex< double > *src, std::complex< double > *dst) const
PGFFT(PGFFT &&)=delete
aligned_allocator() noexcept
Definition: PGFFT.h:73
Definition: PGFFT.h:30
static void * aligned_allocate(std::size_t n, std::size_t nelts)
Definition: PGFFT.cpp:169
bool operator!=(aligned_allocator< U > const &y) noexcept
Definition: PGFFT.h:102
PGFFT & operator=(PGFFT &&)=delete
Definition: PGFFT.h:69
aligned_allocator(aligned_allocator< U > const &) noexcept
Definition: PGFFT.h:74
Definition: apiAttributes.h:21
PGFFT & operator=(const PGFFT &)=delete
std::vector< T, aligned_allocator< T > > aligned_vector
Definition: PGFFT.h:109
bool operator==(aligned_allocator< U > const &) noexcept
Definition: PGFFT.h:95
void deallocate(value_type *p, std::size_t) noexcept
Definition: PGFFT.h:88