Public Types | Public Member Functions | List of all members
Eigen::internal::block_evaluator< ArgType, BlockRows, BlockCols, InnerPanel, true > Struct Template Reference

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::block_evaluator< ArgType, BlockRows, BlockCols, InnerPanel, true >:
Inheritance graph
[legend]

Public Types

typedef XprType::Scalar Scalar
 
typedef Block< ArgType, BlockRows, BlockCols, InnerPanel > XprType
 
- Public Types inherited from Eigen::internal::mapbase_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, Block< ArgType, BlockRows, BlockCols, InnerPanel >::PlainObject >
enum  
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef XprType::PointerType PointerType
 
typedef XprType::Scalar Scalar
 
typedef Block< ArgType, BlockRows, BlockCols, InnerPanel > XprType
 
- Public Types inherited from Eigen::internal::evaluator_base< Block< ArgType, BlockRows, BlockCols, InnerPanel > >
enum  
 
typedef traits< Block< ArgType, BlockRows, BlockCols, InnerPanel > > ExpressionTraits
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE block_evaluator (const XprType &block)
 
- Public Member Functions inherited from Eigen::internal::mapbase_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, Block< ArgType, BlockRows, BlockCols, InnerPanel >::PlainObject >
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 EIGEN_STRONG_INLINE 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)
 
- Public Member Functions inherited from Eigen::internal::evaluator_base< Block< ArgType, BlockRows, BlockCols, InnerPanel > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Additional Inherited Members

- Protected Member Functions inherited from Eigen::internal::mapbase_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, Block< ArgType, BlockRows, BlockCols, InnerPanel >::PlainObject >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index colStride () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index rowStride () const EIGEN_NOEXCEPT
 
- Protected Attributes inherited from Eigen::internal::mapbase_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, Block< ArgType, BlockRows, BlockCols, InnerPanel >::PlainObject >
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 ArgType, int BlockRows, int BlockCols, bool InnerPanel>
struct Eigen::internal::block_evaluator< ArgType, BlockRows, BlockCols, InnerPanel, true >

Definition at line 1214 of file CoreEvaluators.h.

Member Typedef Documentation

◆ Scalar

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
typedef XprType::Scalar Eigen::internal::block_evaluator< ArgType, BlockRows, BlockCols, InnerPanel, true >::Scalar

Definition at line 1219 of file CoreEvaluators.h.

◆ XprType

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
typedef Block<ArgType, BlockRows, BlockCols, InnerPanel> Eigen::internal::block_evaluator< ArgType, BlockRows, BlockCols, InnerPanel, true >::XprType

Definition at line 1218 of file CoreEvaluators.h.

Constructor & Destructor Documentation

◆ block_evaluator()

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::block_evaluator< ArgType, BlockRows, BlockCols, InnerPanel, true >::block_evaluator ( const XprType block)
inlineexplicit

Definition at line 1222 of file CoreEvaluators.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:25