OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OutputScalar
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/test/
cxx11_tensor_fft.cpp
200
typedef typename internal::conditional<FFTResultType == Eigen::BothParts, std::complex<RealScalar>, RealScalar>::type
OutputScalar
;
201
Tensor<
OutputScalar
, TensorRank, DataLayout> output;
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorFFT.h
67
typedef typename conditional<FFTResultType == RealPart || FFTResultType == ImagPart, RealScalar, ComplexScalar>::type
OutputScalar
;
94
typedef typename internal::conditional<FFTResultType == RealPart || FFTResultType == ImagPart, RealScalar, ComplexScalar>::type
OutputScalar
;
95
typedef
OutputScalar
CoeffReturnType;
129
typedef typename internal::conditional<FFTResultType == RealPart || FFTResultType == ImagPart, RealScalar, ComplexScalar>::type
OutputScalar
;
130
typedef
OutputScalar
CoeffReturnType;
131
typedef typename PacketType<
OutputScalar
, Device>::type PacketReturnType;
168
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded(
OutputScalar
* data) {
207
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void evalToBuf(
OutputScalar
* data) {
208
const bool write_to_out = internal::is_same<
OutputScalar
, ComplexScalar>::value;
Completed in 150 milliseconds