Public Types | |
typedef internal::promote_storage_type< typename InputXprType::CoeffReturnType, typename KernelXprType::CoeffReturnType >::ret | CoeffReturnType |
typedef Eigen::internal::traits< TensorConvolutionOp >::Index | Index |
typedef Eigen::internal::nested< TensorConvolutionOp >::type | Nested |
typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
typedef Eigen::internal::traits< TensorConvolutionOp >::Scalar | Scalar |
typedef Eigen::internal::traits< TensorConvolutionOp >::StorageKind | StorageKind |
Public Member Functions | |
const Indices & | indices () const |
const internal::remove_all_t< typename InputXprType::Nested > & | inputExpression () const |
const internal::remove_all_t< typename KernelXprType::Nested > & | kernelExpression () const |
TensorConvolutionOp (const InputXprType &input, const KernelXprType &kernel, const Indices &dims) | |
Protected Attributes | |
const Indices | m_indices |
InputXprType::Nested | m_input_xpr |
KernelXprType::Nested | m_kernel_xpr |
Definition at line 265 of file TensorConvolution.h.
typedef internal::promote_storage_type<typename InputXprType::CoeffReturnType, typename KernelXprType::CoeffReturnType>::ret Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::CoeffReturnType |
Definition at line 271 of file TensorConvolution.h.
typedef Eigen::internal::traits<TensorConvolutionOp>::Index Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::Index |
Definition at line 274 of file TensorConvolution.h.
typedef Eigen::internal::nested<TensorConvolutionOp>::type Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::Nested |
Definition at line 272 of file TensorConvolution.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::RealScalar |
Definition at line 269 of file TensorConvolution.h.
typedef Eigen::internal::traits<TensorConvolutionOp>::Scalar Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::Scalar |
Definition at line 268 of file TensorConvolution.h.
typedef Eigen::internal::traits<TensorConvolutionOp>::StorageKind Eigen::TensorConvolutionOp< Indices, InputXprType, KernelXprType >::StorageKind |
Definition at line 273 of file TensorConvolution.h.
|
inline |
Definition at line 276 of file TensorConvolution.h.
|
inline |
Definition at line 280 of file TensorConvolution.h.
|
inline |
|
inline |
Definition at line 289 of file TensorConvolution.h.
|
protected |
Definition at line 294 of file TensorConvolution.h.
|
protected |
Definition at line 292 of file TensorConvolution.h.
|
protected |
Definition at line 293 of file TensorConvolution.h.