#include <CoreEvaluators.h>

| Public Types | |
| enum | { IsRowMajor = XprType::RowsAtCompileTime, ColsAtCompileTime = XprType::ColsAtCompileTime, CoeffReadCost = NumTraits<Scalar>::ReadCost } | 
| typedef XprType::CoeffReturnType | CoeffReturnType | 
| typedef XprType::PointerType | PointerType | 
| typedef XprType::Scalar | Scalar | 
| typedef Derived | XprType | 
|  Public Types inherited from Eigen::internal::evaluator_base< Derived > | |
| enum | |
| typedef traits< Derived > | 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 | mapbase_evaluator (const XprType &map) | 
| 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 Member Functions | |
| EIGEN_DEVICE_FUNC Index | colStride () const | 
| EIGEN_DEVICE_FUNC Index | rowStride () const | 
|  Protected Member Functions inherited from Eigen::internal::noncopyable | |
| EIGEN_DEVICE_FUNC | noncopyable () | 
| EIGEN_DEVICE_FUNC | ~noncopyable () | 
| Protected Attributes | |
| PointerType | m_data | 
| const internal::variable_if_dynamic< Index, XprType::InnerStrideAtCompileTime > | m_innerStride | 
| const internal::variable_if_dynamic< Index, XprType::OuterStrideAtCompileTime > | m_outerStride | 
Definition at line 805 of file CoreEvaluators.h.
| typedef XprType::CoeffReturnType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::CoeffReturnType | 
Definition at line 813 of file CoreEvaluators.h.
| typedef XprType::PointerType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::PointerType | 
Definition at line 811 of file CoreEvaluators.h.
| typedef XprType::Scalar Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::Scalar | 
Definition at line 812 of file CoreEvaluators.h.
| typedef Derived Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::XprType | 
Definition at line 810 of file CoreEvaluators.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| IsRowMajor | |
| ColsAtCompileTime | |
| CoeffReadCost | |
Definition at line 815 of file CoreEvaluators.h.
| 
 | inlineexplicit | 
Definition at line 821 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 832 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 838 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 844 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 850 of file CoreEvaluators.h.
| 
 | inlineprotected | 
Definition at line 888 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 857 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 865 of file CoreEvaluators.h.
| 
 | inlineprotected | 
Definition at line 886 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 872 of file CoreEvaluators.h.
| 
 | inline | 
Definition at line 880 of file CoreEvaluators.h.
| 
 | protected | 
Definition at line 890 of file CoreEvaluators.h.
| 
 | protected | 
Definition at line 891 of file CoreEvaluators.h.
| 
 | protected | 
Definition at line 892 of file CoreEvaluators.h.