Searched refs:FFTDirection (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | 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 …FTOp<FFT, XprType, FFTResultType, FFTDirection>, 1, typename eval<TensorFFTOp<FFT, XprType, FFTRes… 83 typedef TensorFFTOp<FFT, XprType, FFTResultType, FFTDirection> type;
|
D | TensorForwardDeclarations.h | 43 template<typename FFT, typename XprType, int FFTDataType, int FFTDirection> class TensorFFTOp; 82 enum FFTDirection { enum
|
D | 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); in fft()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_fft.cpp | 178 …out, typename RealScalar, bool isComplexInput, int FFTResultType, int FFTDirection, int TensorRank> 202 output = input.template fft<FFTResultType, FFTDirection>(fft); in test_fft_real_input_energy() 219 if(FFTDirection == FFT_FORWARD) { in test_fft_real_input_energy()
|