#include <mia/core/cstplan.hh>
Public Types | |
typedef T::value_type | value_type |
Public Member Functions | |
template<typename D > | |
void | execute (const D &in_data, D &out_data) const |
const std::vector< int > & | get_size () const |
TCSTPlan (fftwf_r2r_kind forward, std::vector< int > size) | |
virtual | ~TCSTPlan () |
Definition at line 34 of file cstplan.hh.
typedef T::value_type TCSTPlan< T >::value_type |
Definition at line 36 of file cstplan.hh.
Definition at line 77 of file cstplan.hh.
References cvdebug().
Definition at line 174 of file cstplan.hh.
void TCSTPlan< T >::execute | ( | const D & | in_data, |
D & | out_data | ||
) | const |
Definition at line 185 of file cstplan.hh.
References NS_MIA_END.
const std::vector< int > & TCSTPlan< T >::get_size | ( | ) | const |
Definition at line 71 of file cstplan.hh.