#include <CoreEvaluators.h>
|
| 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) |
| |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | evaluator_base () |
| |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | ~evaluator_base () |
| |
◆ ArgType
◆ CoeffReturnType
◆ Scalar
◆ anonymous enum
| Enumerator |
|---|
| CoeffReadCost | |
| Flags | |
| Alignment | |
◆ evaluator_wrapper_base()
◆ coeff() [1/2]
◆ coeff() [2/2]
◆ coeffRef() [1/2]
◆ coeffRef() [2/2]
◆ packet() [1/2]
◆ packet() [2/2]
◆ writePacket() [1/2]
◆ writePacket() [2/2]
◆ m_argImpl
The documentation for this struct was generated from the following file: