Inheritance diagram for Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >:Public Types | |
| typedef OutputScalar | CoeffReturnType |
| typedef std::complex< RealScalar > | ComplexScalar |
| typedef Eigen::internal::traits< TensorFFTOp >::Index | Index |
| typedef Eigen::internal::nested< TensorFFTOp >::type | Nested |
| typedef std::conditional_t< FFTResultType==RealPart||FFTResultType==ImagPart, RealScalar, ComplexScalar > | OutputScalar |
| typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
| typedef Eigen::internal::traits< TensorFFTOp >::Scalar | Scalar |
| typedef Eigen::internal::traits< TensorFFTOp >::StorageKind | StorageKind |
Public Member Functions | |
| const internal::remove_all_t< typename XprType::Nested > & | expression () const |
| const FFT & | fft () const |
| TensorFFTOp (const XprType &expr, const FFT &fft) | |
Protected Attributes | |
| const FFT | m_fft |
| XprType::Nested | m_xpr |
Definition at line 88 of file TensorFFT.h.
| typedef OutputScalar Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::CoeffReturnType |
Definition at line 94 of file TensorFFT.h.
| typedef std::complex<RealScalar> Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::ComplexScalar |
Definition at line 92 of file TensorFFT.h.
| typedef Eigen::internal::traits<TensorFFTOp>::Index Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::Index |
Definition at line 97 of file TensorFFT.h.
| typedef Eigen::internal::nested<TensorFFTOp>::type Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::Nested |
Definition at line 95 of file TensorFFT.h.
| typedef std::conditional_t<FFTResultType == RealPart || FFTResultType == ImagPart, RealScalar, ComplexScalar> Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::OutputScalar |
Definition at line 93 of file TensorFFT.h.
| typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::RealScalar |
Definition at line 91 of file TensorFFT.h.
| typedef Eigen::internal::traits<TensorFFTOp>::Scalar Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::Scalar |
Definition at line 90 of file TensorFFT.h.
| typedef Eigen::internal::traits<TensorFFTOp>::StorageKind Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::StorageKind |
Definition at line 96 of file TensorFFT.h.
|
inline |
Definition at line 99 of file TensorFFT.h.
|
inline |
Definition at line 106 of file TensorFFT.h.
|
inline |
Definition at line 103 of file TensorFFT.h.
|
protected |
Definition at line 112 of file TensorFFT.h.
|
protected |
Definition at line 111 of file TensorFFT.h.