|
| enum | { IsRowMajor = XprType::RowsAtCompileTime
, ColsAtCompileTime = XprType::ColsAtCompileTime
, CoeffReadCost = NumTraits<Scalar>::ReadCost
} |
| |
|
typedef Derived | XprType |
| |
|
typedef XprType::PointerType | PointerType |
| |
|
typedef XprType::Scalar | Scalar |
| |
|
typedef XprType::CoeffReturnType | CoeffReturnType |
| |
| enum | |
| |
|
typedef traits< Derived > | ExpressionTraits |
| |
|
|
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 EIGEN_CONSTEXPR Index | rowStride () const EIGEN_NOEXCEPT |
| |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index | colStride () const EIGEN_NOEXCEPT |
| |
The documentation for this struct was generated from the following file: