numerics
Loading...
Searching...
No Matches
backends::seq::FFTPlanImpl Struct Reference

#include <impl.hpp>

Public Member Functions

 FFTPlanImpl (int n_, bool inv)
 
void execute (num::CVector &a) const
 

Public Attributes

int n
 
bool invert
 
std::vector< std::vector< num::cplx > > twiddles
 

Detailed Description

Definition at line 75 of file impl.hpp.

Constructor & Destructor Documentation

◆ FFTPlanImpl()

backends::seq::FFTPlanImpl::FFTPlanImpl ( int  n_,
bool  inv 
)
inline

Definition at line 80 of file impl.hpp.

References twiddles.

Member Function Documentation

◆ execute()

void backends::seq::FFTPlanImpl::execute ( num::CVector a) const
inline

Definition at line 93 of file impl.hpp.

References backends::seq::bit_reverse(), n, and twiddles.

Member Data Documentation

◆ invert

bool backends::seq::FFTPlanImpl::invert

Definition at line 77 of file impl.hpp.

◆ n

int backends::seq::FFTPlanImpl::n

Definition at line 76 of file impl.hpp.

Referenced by execute().

◆ twiddles

std::vector<std::vector<num::cplx> > backends::seq::FFTPlanImpl::twiddles

Definition at line 78 of file impl.hpp.

Referenced by execute(), and FFTPlanImpl().


The documentation for this struct was generated from the following file: