#include <CoreEvaluators.h>
|
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | mapbase_evaluator (const XprType &map) |
| |
| 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) |
| |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | evaluator_base () |
| |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | ~evaluator_base () |
| |
◆ CoeffReturnType
◆ PointerType
◆ Scalar
◆ XprType
◆ anonymous enum
| Enumerator |
|---|
| IsRowMajor | |
| ColsAtCompileTime | |
| CoeffReadCost | |
◆ mapbase_evaluator()
◆ coeff() [1/2]
◆ coeff() [2/2]
◆ coeffRef() [1/2]
◆ coeffRef() [2/2]
◆ colStride()
◆ packet() [1/2]
◆ packet() [2/2]
◆ rowStride()
◆ writePacket() [1/2]
◆ writePacket() [2/2]
◆ m_data
◆ m_innerStride
◆ m_outerStride
The documentation for this struct was generated from the following file: