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

Public Types

enum  { CoeffReadCost = evaluator<ArgType>::CoeffReadCost, Flags = evaluator<ArgType>::Flags, Alignment = evaluator<ArgType>::Alignment }
 
typedef remove_all< typename XprType::NestedExpressionType >::type ArgType
 
typedef ArgType::Scalar Scalar
 
typedef ArgType::CoeffReturnType CoeffReturnType
 
- Public Types inherited from Eigen::internal::evaluator_base< XprType >
enum  
 
typedef traits< XprType > ExpressionTraits
 

Public Member Functions

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

Protected Attributes

evaluator< ArgTypem_argImpl
 

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