LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Wrapper for a subset of FFTW functions. More...
#include <vector>
#include <stdexcept>
#include <complex>
#include <fftw3.h>
Classes | |
struct | fftw< T > |
Wrapper for a subset of FFTW: FFT's for real functions in one dimension. More... | |
class | fftw< T >::allocator< Tp > |
STL allocator replacement using FFTW's memory allocation functions. More... | |
struct | fftw< T >::c_api |
Specialization of c_api for double precision. More... | |
struct | fftw< T >::c_api |
Specialization of c_api for double precision. More... | |
Functions | |
template<typename T1 , typename T2 > | |
bool | operator== (const typename fftw< double >::template allocator< T1 > &, const typename fftw< double >::template allocator< T2 > &) |
template<typename T1 , typename T2 > | |
bool | operator!= (const typename fftw< double >::template allocator< T1 > &, const typename fftw< double >::template allocator< T2 > &) |
Wrapper for a subset of FFTW functions.