#include <TensorForwardDeclarations.h>
Public Types | |
typedef XprType::CoeffReturnType | CoeffReturnType |
typedef Eigen::internal::traits< TensorTraceOp >::Index | Index |
typedef Eigen::internal::nested< TensorTraceOp >::type | Nested |
typedef Eigen::NumTraits< Scalar >::Real | RealScalar |
typedef Eigen::internal::traits< TensorTraceOp >::Scalar | Scalar |
typedef Eigen::internal::traits< TensorTraceOp >::StorageKind | StorageKind |
Public Member Functions | |
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Dims & | dims () const |
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE internal::remove_all< typename XprType::Nested >::type & | expression () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | TensorTraceOp (const XprType &expr, const Dims &dims) |
Protected Attributes | |
const Dims | m_dims |
XprType::Nested | m_xpr |
Definition at line 88 of file TensorForwardDeclarations.h.
typedef XprType::CoeffReturnType Eigen::TensorTraceOp< Dims, XprType >::CoeffReturnType |
Definition at line 59 of file TensorTrace.h.
typedef Eigen::internal::traits<TensorTraceOp>::Index Eigen::TensorTraceOp< Dims, XprType >::Index |
Definition at line 62 of file TensorTrace.h.
typedef Eigen::internal::nested<TensorTraceOp>::type Eigen::TensorTraceOp< Dims, XprType >::Nested |
Definition at line 60 of file TensorTrace.h.
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorTraceOp< Dims, XprType >::RealScalar |
Definition at line 58 of file TensorTrace.h.
typedef Eigen::internal::traits<TensorTraceOp>::Scalar Eigen::TensorTraceOp< Dims, XprType >::Scalar |
Definition at line 57 of file TensorTrace.h.
typedef Eigen::internal::traits<TensorTraceOp>::StorageKind Eigen::TensorTraceOp< Dims, XprType >::StorageKind |
Definition at line 61 of file TensorTrace.h.
|
inline |
Definition at line 64 of file TensorTrace.h.
|
inline |
Definition at line 69 of file TensorTrace.h.
|
inline |
Definition at line 72 of file TensorTrace.h.
|
protected |
Definition at line 76 of file TensorTrace.h.
|
protected |
Definition at line 75 of file TensorTrace.h.