|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType | coeff (Index index) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType | coeff (Index row, Index col) const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar & | coeffRef (Index index) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar & | coeffRef (Index row, Index col) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | evaluator_wrapper_base (const ArgType &arg) |
|
template<int LoadMode, typename PacketType > |
EIGEN_STRONG_INLINE PacketType | packet (Index index) const |
|
template<int LoadMode, typename PacketType > |
EIGEN_STRONG_INLINE PacketType | packet (Index row, Index col) const |
|
template<int StoreMode, typename PacketType > |
EIGEN_STRONG_INLINE void | writePacket (Index index, const PacketType &x) |
|
template<int StoreMode, typename PacketType > |
EIGEN_STRONG_INLINE void | writePacket (Index row, Index col, const PacketType &x) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | evaluator_base () |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | ~evaluator_base () |
|
template<typename XprType>
struct Eigen::internal::evaluator_wrapper_base< XprType >
Definition at line 1379 of file CoreEvaluators.h.