Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > Class Template Reference

#include <TensorFFT.h>

Inheritance diagram for Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >:
Inheritance graph
[legend]

Public Types

typedef OutputScalar CoeffReturnType
 
typedef std::complex< RealScalarComplexScalar
 
typedef Eigen::internal::traits< TensorFFTOp >::Index Index
 
typedef Eigen::internal::nested< TensorFFTOp >::type Nested
 
typedef internal::conditional< FFTResultType==RealPart||FFTResultType==ImagPart, RealScalar, ComplexScalar >::type OutputScalar
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorFFTOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorFFTOp >::StorageKind StorageKind
 
- Public Types inherited from Eigen::TensorBase< TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >, ReadOnlyAccessors >
typedef TensorBase< TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >, ReadOnlyAccessors > Base
 
typedef Scalar CoeffReturnType
 
typedef internal::traits< TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > DerivedTraits
 
typedef DerivedTraits::Index Index
 
typedef DerivedTraits::Scalar Scalar
 

Public Member Functions

EIGEN_DEVICE_FUNC const internal::remove_all< typename XprType::Nested >::typeexpression () const
 
EIGEN_DEVICE_FUNC const FFT & fft () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFFTOp (const XprType &expr, const FFT &fft)
 
- Public Member Functions inherited from Eigen::TensorBase< TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< DimId, const TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > chip (const Index offset) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< DimId, TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > chip (const Index offset)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorChippingOp< Dynamic, const TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > chip (const Index offset, const Index dim) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorChippingOp< Dynamic, TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > chip (const Index offset, const Index dim)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorConcatenationOp< const Axis, const TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >, const OtherDerived > concatenate (const OtherDerived &other, const Axis &axis) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorConcatenationOp< const Axis, TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >, OtherDerived > concatenate (const OtherDerived &other, const Axis &axis)
 
TensorDevice< TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >, DeviceType > device (const DeviceType &dev)
 
TensorAsyncDevice< TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >, DeviceType, DoneCallback > device (const DeviceType &dev, DoneCallback done)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > & operator*= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > & operator+= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > & operator-= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > & operator/= (const OtherDerived &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReshapingOp< const NewDimensions, const TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > reshape (const NewDimensions &newDimensions) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReshapingOp< const NewDimensions, TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > reshape (const NewDimensions &newDimensions)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorReverseOp< const ReverseDimensions, const TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > reverse (const ReverseDimensions &rev) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorReverseOp< const ReverseDimensions, TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > reverse (const ReverseDimensions &rev)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > & setConstant (const Scalar &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > & setRandom ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > & setZero ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorShufflingOp< const Shuffle, const TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > shuffle (const Shuffle &shfl) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorShufflingOp< const Shuffle, TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > shuffle (const Shuffle &shfl)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorSlicingOp< const StartIndices, const Sizes, const TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > slice (const StartIndices &startIndices, const Sizes &sizes) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorSlicingOp< const StartIndices, const Sizes, TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > slice (const StartIndices &startIndices, const Sizes &sizes)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingOp< const Strides, const TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > stride (const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingOp< const Strides, TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > stride (const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, const TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorStridingSlicingOp< const StartIndices, const StopIndices, const Strides, TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > stridedSlice (const StartIndices &startIndices, const StopIndices &stopIndices, const Strides &strides)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorLayoutSwapOp< const TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > swap_layout () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorLayoutSwapOp< TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > > swap_layout ()
 

Protected Attributes

const FFT m_fft
 
XprType::Nested m_xpr
 

Additional Inherited Members

- Static Public Attributes inherited from Eigen::TensorBase< TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >, ReadOnlyAccessors >
static const int NumDimensions
 
- Protected Member Functions inherited from Eigen::TensorBase< TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >, ReadOnlyAccessors >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > & derived ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > & derived () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFFTOp< FFT, XprType, FFTResultType, FFTDir > & operator= (const OtherDerived &other)
 

Detailed Description

template<typename FFT, typename XprType, int FFTResultType, int FFTDir>
class Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >

Definition at line 86 of file TensorFFT.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename FFT , typename XprType , int FFTResultType, int FFTDir>
typedef OutputScalar Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::CoeffReturnType

Definition at line 92 of file TensorFFT.h.

◆ ComplexScalar

template<typename FFT , typename XprType , int FFTResultType, int FFTDir>
typedef std::complex<RealScalar> Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::ComplexScalar

Definition at line 90 of file TensorFFT.h.

◆ Index

template<typename FFT , typename XprType , int FFTResultType, int FFTDir>
typedef Eigen::internal::traits<TensorFFTOp>::Index Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::Index

Definition at line 95 of file TensorFFT.h.

◆ Nested

template<typename FFT , typename XprType , int FFTResultType, int FFTDir>
typedef Eigen::internal::nested<TensorFFTOp>::type Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::Nested

Definition at line 93 of file TensorFFT.h.

◆ OutputScalar

template<typename FFT , typename XprType , int FFTResultType, int FFTDir>
typedef internal::conditional<FFTResultType == RealPart || FFTResultType == ImagPart, RealScalar, ComplexScalar>::type Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::OutputScalar

Definition at line 91 of file TensorFFT.h.

◆ RealScalar

template<typename FFT , typename XprType , int FFTResultType, int FFTDir>
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::RealScalar

Definition at line 89 of file TensorFFT.h.

◆ Scalar

template<typename FFT , typename XprType , int FFTResultType, int FFTDir>
typedef Eigen::internal::traits<TensorFFTOp>::Scalar Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::Scalar

Definition at line 88 of file TensorFFT.h.

◆ StorageKind

template<typename FFT , typename XprType , int FFTResultType, int FFTDir>
typedef Eigen::internal::traits<TensorFFTOp>::StorageKind Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::StorageKind

Definition at line 94 of file TensorFFT.h.

Constructor & Destructor Documentation

◆ TensorFFTOp()

template<typename FFT , typename XprType , int FFTResultType, int FFTDir>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::TensorFFTOp ( const XprType expr,
const FFT &  fft 
)
inline

Definition at line 97 of file TensorFFT.h.

Member Function Documentation

◆ expression()

template<typename FFT , typename XprType , int FFTResultType, int FFTDir>
EIGEN_DEVICE_FUNC const internal::remove_all<typename XprType::Nested>::type& Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::expression ( ) const
inline

Definition at line 104 of file TensorFFT.h.

◆ fft()

template<typename FFT , typename XprType , int FFTResultType, int FFTDir>
EIGEN_DEVICE_FUNC const FFT& Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::fft ( ) const
inline

Definition at line 101 of file TensorFFT.h.

Member Data Documentation

◆ m_fft

template<typename FFT , typename XprType , int FFTResultType, int FFTDir>
const FFT Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::m_fft
protected

Definition at line 110 of file TensorFFT.h.

◆ m_xpr

template<typename FFT , typename XprType , int FFTResultType, int FFTDir>
XprType::Nested Eigen::TensorFFTOp< FFT, XprType, FFTResultType, FFTDir >::m_xpr
protected

Definition at line 109 of file TensorFFT.h.


The documentation for this class was generated from the following file:


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:09