Public Types | Public Member Functions | List of all members
Eigen::internal::evaluator< Ref< PlainObjectType, RefOptions, StrideType > > Struct Template Reference

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::evaluator< Ref< PlainObjectType, RefOptions, StrideType > >:
Inheritance graph
[legend]

Public Types

enum  { Flags = evaluator<Map<PlainObjectType, RefOptions, StrideType> >::Flags, Alignment = evaluator<Map<PlainObjectType, RefOptions, StrideType> >::Alignment }
 
typedef Ref< PlainObjectType, RefOptions, StrideType > XprType
 
- Public Types inherited from Eigen::internal::mapbase_evaluator< Ref< PlainObjectType, RefOptions, StrideType >, PlainObjectType >
enum  
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef XprType::PointerType PointerType
 
typedef XprType::Scalar Scalar
 
typedef Ref< PlainObjectType, RefOptions, StrideType > XprType
 
- Public Types inherited from Eigen::internal::evaluator_base< Ref< PlainObjectType, RefOptions, StrideType > >
enum  
 
typedef traits< Ref< PlainObjectType, RefOptions, StrideType > > ExpressionTraits
 

Public Member Functions

EIGEN_DEVICE_FUNC evaluator (const XprType &ref)
 
- Public Member Functions inherited from Eigen::internal::mapbase_evaluator< Ref< PlainObjectType, RefOptions, StrideType >, PlainObjectType >
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 ScalarcoeffRef (Index row, Index col)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarcoeffRef (Index index)
 
EIGEN_DEVICE_FUNC mapbase_evaluator (const XprType &map)
 
EIGEN_STRONG_INLINE PacketType packet (Index row, Index col) const
 
EIGEN_STRONG_INLINE PacketType packet (Index index) const
 
EIGEN_STRONG_INLINE void writePacket (Index row, Index col, const PacketType &x)
 
EIGEN_STRONG_INLINE void writePacket (Index index, const PacketType &x)
 

Additional Inherited Members

- Protected Member Functions inherited from Eigen::internal::mapbase_evaluator< Ref< PlainObjectType, RefOptions, StrideType >, PlainObjectType >
EIGEN_DEVICE_FUNC Index colStride () const
 
EIGEN_DEVICE_FUNC Index rowStride () const
 
- Protected Member Functions inherited from Eigen::internal::noncopyable
EIGEN_DEVICE_FUNC noncopyable ()
 
EIGEN_DEVICE_FUNC ~noncopyable ()
 
- Protected Attributes inherited from Eigen::internal::mapbase_evaluator< Ref< PlainObjectType, RefOptions, StrideType >, PlainObjectType >
PointerType m_data
 
const internal::variable_if_dynamic< Index, XprType::InnerStrideAtCompileTime > m_innerStride
 
const internal::variable_if_dynamic< Index, XprType::OuterStrideAtCompileTime > m_outerStride
 

Detailed Description

template<typename PlainObjectType, int RefOptions, typename StrideType>
struct Eigen::internal::evaluator< Ref< PlainObjectType, RefOptions, StrideType > >

Definition at line 931 of file CoreEvaluators.h.

Member Typedef Documentation

template<typename PlainObjectType , int RefOptions, typename StrideType >
typedef Ref<PlainObjectType, RefOptions, StrideType> Eigen::internal::evaluator< Ref< PlainObjectType, RefOptions, StrideType > >::XprType

Definition at line 934 of file CoreEvaluators.h.

Member Enumeration Documentation

template<typename PlainObjectType , int RefOptions, typename StrideType >
anonymous enum
Enumerator
Flags 
Alignment 

Definition at line 936 of file CoreEvaluators.h.

Constructor & Destructor Documentation

template<typename PlainObjectType , int RefOptions, typename StrideType >
EIGEN_DEVICE_FUNC Eigen::internal::evaluator< Ref< PlainObjectType, RefOptions, StrideType > >::evaluator ( const XprType ref)
inlineexplicit

Definition at line 941 of file CoreEvaluators.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:35