
Public Types | |
| typedef _Scalar | Scalar |
| typedef std::complex< Scalar > | Complex |
Public Member Functions | |
| void | clear () |
| void | fwd (Complex *dst, const Complex *src, int nfft) |
| void | fwd2 (Complex *dst, const Complex *src, int n0, int n1) |
| void | inv2 (Complex *dst, const Complex *src, int n0, int n1) |
| void | fwd (Complex *dst, const Scalar *src, int nfft) |
| void | inv (Complex *dst, const Complex *src, int nfft) |
| void | inv (Scalar *dst, const Complex *src, int nfft) |
Protected Types | |
| typedef kiss_cpx_fft< Scalar > | PlanData |
| typedef std::map< int, PlanData > | PlanMap |
Protected Member Functions | |
| int | PlanKey (int nfft, bool isinverse) const |
| PlanData & | get_plan (int nfft, bool inverse) |
| Complex * | real_twiddles (int ncfft2) |
Protected Attributes | |
| PlanMap | m_plans |
| std::map< int, std::vector < Complex > > | m_realTwiddles |
| std::vector< Complex > | m_tmpBuf1 |
| std::vector< Complex > | m_tmpBuf2 |
| typedef std::complex<Scalar> Eigen::internal::kissfft_impl< _Scalar >::Complex |
typedef kiss_cpx_fft<Scalar> Eigen::internal::kissfft_impl< _Scalar >::PlanData [protected] |
typedef std::map<int,PlanData> Eigen::internal::kissfft_impl< _Scalar >::PlanMap [protected] |
| typedef _Scalar Eigen::internal::kissfft_impl< _Scalar >::Scalar |
| void Eigen::internal::kissfft_impl< _Scalar >::clear | ( | void | ) | [inline] |
| void Eigen::internal::kissfft_impl< _Scalar >::fwd | ( | Complex * | dst, |
| const Complex * | src, | ||
| int | nfft | ||
| ) | [inline] |
| void Eigen::internal::kissfft_impl< _Scalar >::fwd | ( | Complex * | dst, |
| const Scalar * | src, | ||
| int | nfft | ||
| ) | [inline] |
| void Eigen::internal::kissfft_impl< _Scalar >::fwd2 | ( | Complex * | dst, |
| const Complex * | src, | ||
| int | n0, | ||
| int | n1 | ||
| ) | [inline] |
| PlanData& Eigen::internal::kissfft_impl< _Scalar >::get_plan | ( | int | nfft, |
| bool | inverse | ||
| ) | [inline, protected] |
| void Eigen::internal::kissfft_impl< _Scalar >::inv | ( | Scalar * | dst, |
| const Complex * | src, | ||
| int | nfft | ||
| ) | [inline] |
| void Eigen::internal::kissfft_impl< _Scalar >::inv | ( | Complex * | dst, |
| const Complex * | src, | ||
| int | nfft | ||
| ) | [inline] |
| void Eigen::internal::kissfft_impl< _Scalar >::inv2 | ( | Complex * | dst, |
| const Complex * | src, | ||
| int | n0, | ||
| int | n1 | ||
| ) | [inline] |
| int Eigen::internal::kissfft_impl< _Scalar >::PlanKey | ( | int | nfft, |
| bool | isinverse | ||
| ) | const [inline, protected] |
| Complex* Eigen::internal::kissfft_impl< _Scalar >::real_twiddles | ( | int | ncfft2 | ) | [inline, protected] |
PlanMap Eigen::internal::kissfft_impl< _Scalar >::m_plans [protected] |
std::map<int, std::vector<Complex> > Eigen::internal::kissfft_impl< _Scalar >::m_realTwiddles [protected] |
std::vector<Complex> Eigen::internal::kissfft_impl< _Scalar >::m_tmpBuf1 [protected] |
std::vector<Complex> Eigen::internal::kissfft_impl< _Scalar >::m_tmpBuf2 [protected] |
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |