#include <TensorRef.h>

Public Types | |
| typedef internal::conditional< bool(internal::is_lvalue< Expr >::value), TensorLazyEvaluatorWritable< Dimensions, Expr, Device >, TensorLazyEvaluatorReadOnly< Dimensions, const Expr, Device > >::type | Base |
| typedef Base::Scalar | Scalar |
Public Types inherited from Eigen::internal::TensorLazyEvaluatorWritable< Dimensions, Expr, Device > | |
| typedef TensorLazyEvaluatorReadOnly< Dimensions, Expr, Device > | Base |
| typedef Storage::Type | EvaluatorPointerType |
| typedef Base::Scalar | Scalar |
| typedef StorageMemory< Scalar, Device > | Storage |
Public Types inherited from Eigen::internal::TensorLazyEvaluatorReadOnly< Dimensions, Expr, Device > | |
| typedef TensorEvaluator< Expr, Device > | EvalType |
| typedef Storage::Type | EvaluatorPointerType |
| typedef TensorEvaluator< Expr, Device >::Scalar | Scalar |
| typedef StorageMemory< Scalar, Device > | Storage |
Additional Inherited Members | |
Protected Attributes inherited from Eigen::internal::TensorLazyEvaluatorReadOnly< Dimensions, Expr, Device > | |
| Dimensions | m_dims |
| Scalar | m_dummy |
| TensorEvaluator< Expr, Device > | m_impl |
Definition at line 99 of file TensorRef.h.
| typedef internal::conditional<bool(internal::is_lvalue<Expr>::value), TensorLazyEvaluatorWritable<Dimensions, Expr, Device>, TensorLazyEvaluatorReadOnly<Dimensions, const Expr, Device> >::type Eigen::internal::TensorLazyEvaluator< Dimensions, Expr, Device >::Base |
Definition at line 105 of file TensorRef.h.
| typedef Base::Scalar Eigen::internal::TensorLazyEvaluator< Dimensions, Expr, Device >::Scalar |
Definition at line 106 of file TensorRef.h.
|
inline |
Definition at line 108 of file TensorRef.h.
|
inlinevirtual |
Definition at line 110 of file TensorRef.h.