#include <CoreEvaluators.h>

| Public Types | |
| enum | { CoeffReadCost = evaluator<ArgType>::CoeffReadCost, Flags = evaluator<ArgType>::Flags, Alignment = evaluator<ArgType>::Alignment } | 
| typedef remove_all< typename XprType::NestedExpressionType >::type | ArgType | 
| typedef ArgType::CoeffReturnType | CoeffReturnType | 
| typedef ArgType::Scalar | Scalar | 
|  Public Types inherited from Eigen::internal::evaluator_base< XprType > | |
| enum | |
| typedef traits< XprType > | ExpressionTraits | 
| Public Member Functions | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType | coeff (Index row, Index col) const | 
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType | coeff (Index index) const | 
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar & | coeffRef (Index row, Index col) | 
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar & | coeffRef (Index index) | 
| EIGEN_DEVICE_FUNC | evaluator_wrapper_base (const ArgType &arg) | 
| template<int LoadMode, typename PacketType > | |
| EIGEN_STRONG_INLINE PacketType | packet (Index row, Index col) const | 
| template<int LoadMode, typename PacketType > | |
| EIGEN_STRONG_INLINE PacketType | packet (Index index) const | 
| template<int StoreMode, typename PacketType > | |
| EIGEN_STRONG_INLINE void | writePacket (Index row, Index col, const PacketType &x) | 
| template<int StoreMode, typename PacketType > | |
| EIGEN_STRONG_INLINE void | writePacket (Index index, const PacketType &x) | 
| Protected Attributes | |
| evaluator< ArgType > | m_argImpl | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from Eigen::internal::noncopyable | |
| EIGEN_DEVICE_FUNC | noncopyable () | 
| EIGEN_DEVICE_FUNC | ~noncopyable () | 
Definition at line 1316 of file CoreEvaluators.h.
| typedef remove_all<typename XprType::NestedExpressionType>::type Eigen::internal::evaluator_wrapper_base< XprType >::ArgType | 
Definition at line 1319 of file CoreEvaluators.h.
| typedef ArgType::CoeffReturnType Eigen::internal::evaluator_wrapper_base< XprType >::CoeffReturnType | 
Definition at line 1329 of file CoreEvaluators.h.
| typedef ArgType::Scalar Eigen::internal::evaluator_wrapper_base< XprType >::Scalar | 
Definition at line 1328 of file CoreEvaluators.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| CoeffReadCost | |
| Flags | |
| Alignment | |
Definition at line 1320 of file CoreEvaluators.h.
| 
 | inlineexplicit | 
Definition at line 1326 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 1332 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 1338 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 1344 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 1350 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 1357 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 1364 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 1371 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 1378 of file CoreEvaluators.h.
| 
 | protected | 
Definition at line 1384 of file CoreEvaluators.h.