numerics 0.1.0
Loading...
Searching...
No Matches
num::spectral::FFTPlan Class Reference

Precomputed complex transform plan. More...

#include <fft.hpp>

Public Member Functions

 FFTPlan (int n, bool forward=true, FFTBackend b=default_fft_backend)
 
 ~FFTPlan ()
 
 FFTPlan (const FFTPlan &)=delete
 
FFTPlanoperator= (const FFTPlan &)=delete
 
void execute (const CVector &in, CVector &out) const
 
int size () const
 
FFTBackend backend () const
 

Detailed Description

Precomputed complex transform plan.

Definition at line 68 of file fft.hpp.

Constructor & Destructor Documentation

◆ FFTPlan() [1/2]

num::spectral::FFTPlan::FFTPlan ( int  n,
bool  forward = true,
FFTBackend  b = default_fft_backend 
)
explicit

Definition at line 117 of file fft.cpp.

References num::spectral::fftw, num::spectral::simd, and num::spectral::stdsimd.

◆ ~FFTPlan()

num::spectral::FFTPlan::~FFTPlan ( )

Definition at line 141 of file fft.cpp.

References num::spectral::fftw, num::spectral::simd, and num::spectral::stdsimd.

◆ FFTPlan() [2/2]

num::spectral::FFTPlan::FFTPlan ( const FFTPlan )
delete

Member Function Documentation

◆ backend()

FFTBackend num::spectral::FFTPlan::backend ( ) const
inline

Definition at line 79 of file fft.hpp.

◆ execute()

void num::spectral::FFTPlan::execute ( const CVector in,
CVector out 
) const

◆ operator=()

FFTPlan & num::spectral::FFTPlan::operator= ( const FFTPlan )
delete

◆ size()

int num::spectral::FFTPlan::size ( ) const
inline

Definition at line 78 of file fft.hpp.


The documentation for this class was generated from the following files: