HomeSort by relevance Sort by last modified time
    Searched refs:FFTDirection (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorForwardDeclarations.h 43 template<typename FFT, typename XprType, int FFTDataType, int FFTDirection> class TensorFFTOp;
82 enum FFTDirection {
TensorFFT.h 76 template <typename FFT, typename XprType, int FFTResultType, int FFTDirection>
77 struct eval<TensorFFTOp<FFT, XprType, FFTResultType, FFTDirection>, Eigen::Dense> {
78 typedef const TensorFFTOp<FFT, XprType, FFTResultType, FFTDirection>& type;
81 template <typename FFT, typename XprType, int FFTResultType, int FFTDirection>
82 struct nested<TensorFFTOp<FFT, XprType, FFTResultType, FFTDirection>, 1, typename eval<TensorFFTOp<FFT, XprType, FFTResultType, FFTDirection> >::type> {
83 typedef TensorFFTOp<FFT, XprType, FFTResultType, FFTDirection> type;
TensorBase.h 495 template <int FFTDataType, int FFTDirection, typename FFT> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE
496 const TensorFFTOp<const FFT, const Derived, FFTDataType, FFTDirection>
498 return TensorFFTOp<const FFT, const Derived, FFTDataType, FFTDirection>(derived(), fft);
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_fft.cpp 178 template <int DataLayout, typename RealScalar, bool isComplexInput, int FFTResultType, int FFTDirection, int TensorRank>
202 output = input.template fft<FFTResultType, FFTDirection>(fft);
219 if(FFTDirection == FFT_FORWARD) {

Completed in 187 milliseconds