Inheritance diagram for Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >:Public Types | |
| typedef DenseIndex | Index |
Public Types inherited from Eigen::ReturnByValue< fft_inv_proxy< T_SrcMat, T_FftIfc > > | |
| typedef internal::dense_xpr_base< ReturnByValue >::type | Base |
| typedef internal::traits< Derived >::ReturnType | ReturnType |
Public Member Functions | |
| Index | cols () const |
| template<typename T_DestMat > | |
| void | evalTo (T_DestMat &dst) const |
| fft_inv_proxy (const T_SrcMat &src, T_FftIfc &fft, Index nfft) | |
| Index | rows () const |
Public Member Functions inherited from Eigen::ReturnByValue< fft_inv_proxy< T_SrcMat, T_FftIfc > > | |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| void | evalTo (Dest &dst) const |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
Protected Attributes | |
| T_FftIfc & | m_ifc |
| Index | m_nfft |
| const T_SrcMat & | m_src |
| typedef DenseIndex Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::Index |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |