WPILibC++ 2023.4.3
Eigen::internal::evaluator_wrapper_base< XprType > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/CoreEvaluators.h>

Inheritance diagram for Eigen::internal::evaluator_wrapper_base< XprType >:
Eigen::internal::evaluator_base< XprType >

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 EIGEN_STRONG_INLINE 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 ScalarcoeffRef (Index row, Index col)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarcoeffRef (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)
 
- Public Member Functions inherited from Eigen::internal::evaluator_base< XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Protected Attributes

evaluator< ArgTypem_argImpl
 

Member Typedef Documentation

◆ ArgType

template<typename XprType >
typedef remove_all<typenameXprType::NestedExpressionType>::type Eigen::internal::evaluator_wrapper_base< XprType >::ArgType

◆ CoeffReturnType

template<typename XprType >
typedef ArgType::CoeffReturnType Eigen::internal::evaluator_wrapper_base< XprType >::CoeffReturnType

◆ Scalar

template<typename XprType >
typedef ArgType::Scalar Eigen::internal::evaluator_wrapper_base< XprType >::Scalar

Member Enumeration Documentation

◆ anonymous enum

template<typename XprType >
anonymous enum
Enumerator
CoeffReadCost 
Flags 
Alignment 

Constructor & Destructor Documentation

◆ evaluator_wrapper_base()

template<typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::evaluator_wrapper_base< XprType >::evaluator_wrapper_base ( const ArgType arg)
inlineexplicit

Member Function Documentation

◆ coeff() [1/2]

template<typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::evaluator_wrapper_base< XprType >::coeff ( Index  index) const
inline

◆ coeff() [2/2]

template<typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::evaluator_wrapper_base< XprType >::coeff ( Index  row,
Index  col 
) const
inline

◆ coeffRef() [1/2]

template<typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar & Eigen::internal::evaluator_wrapper_base< XprType >::coeffRef ( Index  index)
inline

◆ coeffRef() [2/2]

template<typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar & Eigen::internal::evaluator_wrapper_base< XprType >::coeffRef ( Index  row,
Index  col 
)
inline

◆ packet() [1/2]

template<typename XprType >
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::evaluator_wrapper_base< XprType >::packet ( Index  index) const
inline

◆ packet() [2/2]

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

◆ writePacket() [1/2]

template<typename XprType >
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::evaluator_wrapper_base< XprType >::writePacket ( Index  index,
const PacketType &  x 
)
inline

◆ writePacket() [2/2]

template<typename XprType >
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::evaluator_wrapper_base< XprType >::writePacket ( Index  row,
Index  col,
const PacketType &  x 
)
inline

Member Data Documentation

◆ m_argImpl

template<typename XprType >
evaluator<ArgType> Eigen::internal::evaluator_wrapper_base< XprType >::m_argImpl
protected

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