Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::evaluator< PlainObjectBase< Derived > > Struct Template Reference

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::evaluator< PlainObjectBase< Derived > >:
Inheritance graph
[legend]

Public Types

enum  {
  IsRowMajor = PlainObjectType::IsRowMajor, IsVectorAtCompileTime = PlainObjectType::IsVectorAtCompileTime, RowsAtCompileTime = PlainObjectType::RowsAtCompileTime, ColsAtCompileTime = PlainObjectType::ColsAtCompileTime,
  CoeffReadCost = NumTraits<Scalar>::ReadCost, Flags = traits<Derived>::EvaluatorFlags, Alignment = traits<Derived>::Alignment
}
 
typedef PlainObjectType::CoeffReturnType CoeffReturnType
 
typedef PlainObjectBase< Derived > PlainObjectType
 
typedef PlainObjectType::Scalar Scalar
 
- Public Types inherited from Eigen::internal::evaluator_base< Derived >
enum  
 
typedef traits< Derived > ExpressionTraits
 

Public Member Functions

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 evaluator ()
 
EIGEN_DEVICE_FUNC evaluator (const PlainObjectType &m)
 
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

const Scalarm_data
 
variable_if_dynamic< Index, IsVectorAtCompileTime?0:int(IsRowMajor)?ColsAtCompileTime:RowsAtCompileTime > m_outerStride
 

Additional Inherited Members

- Protected Member Functions inherited from Eigen::internal::noncopyable
EIGEN_DEVICE_FUNC noncopyable ()
 
EIGEN_DEVICE_FUNC ~noncopyable ()
 

Detailed Description

template<typename Derived>
struct Eigen::internal::evaluator< PlainObjectBase< Derived > >

Definition at line 127 of file CoreEvaluators.h.

Member Typedef Documentation

template<typename Derived >
typedef PlainObjectType::CoeffReturnType Eigen::internal::evaluator< PlainObjectBase< Derived > >::CoeffReturnType

Definition at line 132 of file CoreEvaluators.h.

template<typename Derived >
typedef PlainObjectBase<Derived> Eigen::internal::evaluator< PlainObjectBase< Derived > >::PlainObjectType

Definition at line 130 of file CoreEvaluators.h.

template<typename Derived >
typedef PlainObjectType::Scalar Eigen::internal::evaluator< PlainObjectBase< Derived > >::Scalar

Definition at line 131 of file CoreEvaluators.h.

Member Enumeration Documentation

template<typename Derived >
anonymous enum
Enumerator
IsRowMajor 
IsVectorAtCompileTime 
RowsAtCompileTime 
ColsAtCompileTime 
CoeffReadCost 
Flags 
Alignment 

Definition at line 134 of file CoreEvaluators.h.

Constructor & Destructor Documentation

template<typename Derived >
EIGEN_DEVICE_FUNC Eigen::internal::evaluator< PlainObjectBase< Derived > >::evaluator ( )
inline

Definition at line 145 of file CoreEvaluators.h.

template<typename Derived >
EIGEN_DEVICE_FUNC Eigen::internal::evaluator< PlainObjectBase< Derived > >::evaluator ( const PlainObjectType m)
inlineexplicit

Definition at line 154 of file CoreEvaluators.h.

Member Function Documentation

template<typename Derived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::evaluator< PlainObjectBase< Derived > >::coeff ( Index  row,
Index  col 
) const
inline

Definition at line 161 of file CoreEvaluators.h.

template<typename Derived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::evaluator< PlainObjectBase< Derived > >::coeff ( Index  index) const
inline

Definition at line 170 of file CoreEvaluators.h.

template<typename Derived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::internal::evaluator< PlainObjectBase< Derived > >::coeffRef ( Index  row,
Index  col 
)
inline

Definition at line 176 of file CoreEvaluators.h.

template<typename Derived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::internal::evaluator< PlainObjectBase< Derived > >::coeffRef ( Index  index)
inline

Definition at line 185 of file CoreEvaluators.h.

template<typename Derived >
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::evaluator< PlainObjectBase< Derived > >::packet ( Index  row,
Index  col 
) const
inline

Definition at line 192 of file CoreEvaluators.h.

template<typename Derived >
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::evaluator< PlainObjectBase< Derived > >::packet ( Index  index) const
inline

Definition at line 202 of file CoreEvaluators.h.

template<typename Derived >
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::evaluator< PlainObjectBase< Derived > >::writePacket ( Index  row,
Index  col,
const PacketType x 
)
inline

Definition at line 209 of file CoreEvaluators.h.

template<typename Derived >
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::evaluator< PlainObjectBase< Derived > >::writePacket ( Index  index,
const PacketType x 
)
inline

Definition at line 221 of file CoreEvaluators.h.

Member Data Documentation

template<typename Derived >
const Scalar* Eigen::internal::evaluator< PlainObjectBase< Derived > >::m_data
protected

Definition at line 227 of file CoreEvaluators.h.

template<typename Derived >
variable_if_dynamic<Index, IsVectorAtCompileTime ? 0 : int(IsRowMajor) ? ColsAtCompileTime : RowsAtCompileTime> Eigen::internal::evaluator< PlainObjectBase< Derived > >::m_outerStride
protected

Definition at line 232 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