My Project
|
#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 37 of file cstplan.hh.
TCSTPlan< T >::TCSTPlan | ( | fftwf_r2r_kind | forward, |
std::vector< int > | size | ||
) |
Definition at line 80 of file cstplan.hh.
References cvdebug().
Definition at line 183 of file cstplan.hh.
void TCSTPlan< T >::execute | ( | const D & | in_data, |
D & | out_data | ||
) | const |
Definition at line 193 of file cstplan.hh.
const std::vector< int > & TCSTPlan< T >::get_size |
Definition at line 74 of file cstplan.hh.