WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::mapbase_evaluator< Derived, PlainObjectType > 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::mapbase_evaluator< Derived, PlainObjectType >:
Eigen::internal::evaluator_base< Derived >

Public Types

enum  { IsRowMajor = XprType::RowsAtCompileTime , ColsAtCompileTime = XprType::ColsAtCompileTime , CoeffReadCost = NumTraits<Scalar>::ReadCost }
 
typedef Derived XprType
 
typedef XprType::PointerType PointerType
 
typedef XprType::Scalar Scalar
 
typedef XprType::CoeffReturnType CoeffReturnType
 
- Public Types inherited from Eigen::internal::evaluator_base< Derived >
enum  
 
typedef traits< Derived > ExpressionTraits
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE mapbase_evaluator (const XprType &map)
 
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< Derived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Protected Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index rowStride () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index colStride () const EIGEN_NOEXCEPT
 

Protected Attributes

PointerType m_data
 
const internal::variable_if_dynamic< Index, XprType::InnerStrideAtCompileTime > m_innerStride
 
const internal::variable_if_dynamic< Index, XprType::OuterStrideAtCompileTime > m_outerStride
 

Member Typedef Documentation

◆ CoeffReturnType

template<typename Derived , typename PlainObjectType >
typedef XprType::CoeffReturnType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::CoeffReturnType

◆ PointerType

template<typename Derived , typename PlainObjectType >
typedef XprType::PointerType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::PointerType

◆ Scalar

template<typename Derived , typename PlainObjectType >
typedef XprType::Scalar Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::Scalar

◆ XprType

template<typename Derived , typename PlainObjectType >
typedef Derived Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::XprType

Member Enumeration Documentation

◆ anonymous enum

template<typename Derived , typename PlainObjectType >
anonymous enum
Enumerator
IsRowMajor 
ColsAtCompileTime 
CoeffReadCost 

Constructor & Destructor Documentation

◆ mapbase_evaluator()

template<typename Derived , typename PlainObjectType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::mapbase_evaluator ( const XprType map)
inlineexplicit

Member Function Documentation

◆ coeff() [1/2]

template<typename Derived , typename PlainObjectType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::coeff ( Index  index) const
inline

◆ coeff() [2/2]

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

◆ coeffRef() [1/2]

template<typename Derived , typename PlainObjectType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar & Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::coeffRef ( Index  index)
inline

◆ coeffRef() [2/2]

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

◆ colStride()

template<typename Derived , typename PlainObjectType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::colStride ( ) const
inlineprotected

◆ packet() [1/2]

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

◆ packet() [2/2]

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

◆ rowStride()

template<typename Derived , typename PlainObjectType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::rowStride ( ) const
inlineprotected

◆ writePacket() [1/2]

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

◆ writePacket() [2/2]

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

Member Data Documentation

◆ m_data

template<typename Derived , typename PlainObjectType >
PointerType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::m_data
protected

◆ m_innerStride

template<typename Derived , typename PlainObjectType >
const internal::variable_if_dynamic<Index, XprType::InnerStrideAtCompileTime> Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::m_innerStride
protected

◆ m_outerStride

template<typename Derived , typename PlainObjectType >
const internal::variable_if_dynamic<Index, XprType::OuterStrideAtCompileTime> Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::m_outerStride
protected

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