Home
last modified time | relevance | path

Searched refs:FFTResultType (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorFFT.h61 template <typename FFT, typename XprType, int FFTResultType, int FFTDir>
62 struct traits<TensorFFTOp<FFT, XprType, FFTResultType, FFTDir> > : public traits<XprType> {
67 …typedef typename conditional<FFTResultType == RealPart || FFTResultType == ImagPart, RealScalar, C…
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 …nested<TensorFFTOp<FFT, XprType, FFTResultType, FFTDirection>, 1, typename eval<TensorFFTOp<FFT, X…
83 typedef TensorFFTOp<FFT, XprType, FFTResultType, FFTDirection> type;
88 template <typename FFT, typename XprType, int FFTResultType, int FFTDir>
[all …]
DTensorForwardDeclarations.h76 enum FFTResultType { enum
/external/eigen/unsupported/test/
Dcxx11_tensor_fft.cpp178 template <int DataLayout, typename RealScalar, bool isComplexInput, int FFTResultType, int FFTDirec…
200 …typedef typename internal::conditional<FFTResultType == Eigen::BothParts, std::complex<RealScalar>… in test_fft_real_input_energy()
202 output = input.template fft<FFTResultType, FFTDirection>(fft); in test_fft_real_input_energy()