|
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 | mapbase_evaluator (const XprType &map) |
|
EIGEN_DEVICE_FUNC CoeffReturnType | coeff (Index row, Index col) const |
|
EIGEN_DEVICE_FUNC CoeffReturnType | coeff (Index index) const |
|
EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index row, Index col) |
|
EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index index) |
|
template<int LoadMode, typename PacketType > |
PacketType | packet (Index row, Index col) const |
|
template<int LoadMode, typename PacketType > |
PacketType | packet (Index index) const |
|
template<int StoreMode, typename PacketType > |
void | writePacket (Index row, Index col, const PacketType &x) |
|
template<int StoreMode, typename PacketType > |
void | writePacket (Index index, const PacketType &x) |
|
|
PointerType | m_data |
|
const XprType & | m_xpr |
|
The documentation for this struct was generated from the following file: