Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Attributes | Private Member Functions
Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc > Struct Template Reference

Detailed Description

template<typename T_SrcMat, typename T_FftIfc>
struct Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >

Definition at line 154 of file FFT.

Inheritance diagram for Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >:
Inheritance graph
[legend]

List of all members.

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_proxyoperator= (const fft_inv_proxy &)

Member Typedef Documentation

typedef internal::dense_xpr_base<ReturnByValue>::type Eigen::ReturnByValue< fft_inv_proxy< T_SrcMat, T_FftIfc > >::Base [inherited]

Definition at line 70 of file Core.

template<typename T_SrcMat, typename T_FftIfc>
typedef DenseIndex Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::Index

Definition at line 157 of file FFT.

typedef internal::traits<fft_inv_proxy< T_SrcMat, T_FftIfc > >::ReturnType Eigen::ReturnByValue< fft_inv_proxy< T_SrcMat, T_FftIfc > >::ReturnType [inherited]

Definition at line 68 of file Core.


Constructor & Destructor Documentation

template<typename T_SrcMat, typename T_FftIfc>
Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::fft_inv_proxy ( const T_SrcMat &  src,
T_FftIfc &  fft,
Index  nfft 
) [inline]

Definition at line 159 of file FFT.


Member Function Documentation

template<typename T_SrcMat, typename T_FftIfc>
Index Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::cols ( void  ) const [inline]
void Eigen::ReturnByValue< fft_inv_proxy< T_SrcMat, T_FftIfc > >::evalTo ( Dest &  dst) const [inline, inherited]

Definition at line 74 of file Core.

template<typename T_SrcMat , typename T_FftIfc >
template<typename T_DestMat >
void Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::evalTo ( T_DestMat &  dst) const [inline]

Definition at line 428 of file FFT.

template<typename T_SrcMat, typename T_FftIfc>
fft_inv_proxy& Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::operator= ( const fft_inv_proxy< T_SrcMat, T_FftIfc > &  ) [private]
template<typename T_SrcMat, typename T_FftIfc>
Index Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::rows ( void  ) const [inline]

Member Data Documentation

template<typename T_SrcMat, typename T_FftIfc>
T_FftIfc& Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::m_ifc [protected]

Definition at line 167 of file FFT.

template<typename T_SrcMat, typename T_FftIfc>
Index Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::m_nfft [protected]

Definition at line 168 of file FFT.

template<typename T_SrcMat, typename T_FftIfc>
const T_SrcMat& Eigen::fft_inv_proxy< T_SrcMat, T_FftIfc >::m_src [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:
SourceForge.net Logo