|
| enum | { CoeffReadCost = evaluator<ArgType>::CoeffReadCost
, Flags = evaluator<ArgType>::Flags
, Alignment = evaluator<ArgType>::Alignment
} |
| |
|
typedef remove_all< typenameXprType::NestedExpressionType >::type | ArgType |
| |
|
typedef ArgType::Scalar | Scalar |
| |
|
typedef ArgType::CoeffReturnType | CoeffReturnType |
| |
| enum | |
| |
|
typedef traits< XprType > | ExpressionTraits |
| |
|
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | evaluator_wrapper_base (const ArgType &arg) |
| |
|
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) |
| |
|
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) |
| |
The documentation for this struct was generated from the following file: