
Public Types | |
| typedef DenseIndex | Index |
| typedef internal::traits < fft_inv_proxy< T_SrcMat, T_FftIfc > >::ReturnType | ReturnType |
| typedef internal::dense_xpr_base < ReturnByValue >::type | Base |
Public Member Functions | |
| fft_inv_proxy (const T_SrcMat &src, T_FftIfc &fft, Index nfft) | |
| template<typename T_DestMat > | |
| void | evalTo (T_DestMat &dst) const |
| Index | rows () const |
| Index | cols () const |
| void | evalTo (Dest &dst) const |
Protected Attributes | |
| const T_SrcMat & | m_src |
| T_FftIfc & | m_ifc |
| Index | m_nfft |
Private Member Functions | |
| fft_inv_proxy & | operator= (const fft_inv_proxy &) |
typedef internal::dense_xpr_base<ReturnByValue>::type Eigen::ReturnByValue< fft_inv_proxy< T_SrcMat, T_FftIfc > >::Base [inherited] |
| typedef DenseIndex Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::Index |
typedef internal::traits<fft_inv_proxy< T_SrcMat, T_FftIfc > >::ReturnType Eigen::ReturnByValue< fft_inv_proxy< T_SrcMat, T_FftIfc > >::ReturnType [inherited] |
| Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::fft_inv_proxy | ( | const T_SrcMat & | src, |
| T_FftIfc & | fft, | ||
| Index | nfft | ||
| ) | [inline] |
| Index Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< fft_inv_proxy< T_SrcMat, T_FftIfc > >.
Definition at line 164 of file FFT.
References Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::m_src.
| void Eigen::ReturnByValue< fft_inv_proxy< T_SrcMat, T_FftIfc > >::evalTo | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::evalTo | ( | T_DestMat & | dst | ) | const [inline] |
| fft_inv_proxy& Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::operator= | ( | const fft_inv_proxy< T_SrcMat, T_FftIfc > & | ) | [private] |
| Index Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< fft_inv_proxy< T_SrcMat, T_FftIfc > >.
Definition at line 163 of file FFT.
References Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::m_src.
T_FftIfc& Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::m_ifc [protected] |
Index Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::m_nfft [protected] |
const T_SrcMat& Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::m_src [protected] |
Definition at line 166 of file FFT.
Referenced by Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::cols(), and Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::rows().
| 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: |