compbio
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Eigen::internal::mapbase_evaluator< Derived, PlainObjectType > Struct Template Reference
Inheritance diagram for Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >:
Eigen::internal::evaluator_base< Derived > Eigen::internal::noncopyable

Public Types

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
 
- Public Types inherited from Eigen::internal::evaluator_base< Derived >
enum  
 
typedef traits< Derived > ExpressionTraits
 

Public Member Functions

EIGEN_DEVICE_FUNC 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)
 

Protected Member Functions

EIGEN_DEVICE_FUNC Index rowStride () const
 
EIGEN_DEVICE_FUNC Index colStride () const
 

Protected Attributes

PointerType m_data
 
const internal::variable_if_dynamic< Index, XprType::InnerStrideAtCompileTime > m_innerStride
 
const internal::variable_if_dynamic< Index, XprType::OuterStrideAtCompileTime > m_outerStride
 

The documentation for this struct was generated from the following file: