Medial Code Documentation
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes
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< typenameXprType::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 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)
 

Protected Attributes

evaluator< ArgTypem_argImpl
 

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