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 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 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< Block< ArgType, BlockRows, BlockCols, InnerPanel >, Block< ArgType, BlockRows, BlockCols, InnerPanel >::PlainObject >
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< 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 1096 of file CoreEvaluators.h.

Member Typedef Documentation

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 1101 of file CoreEvaluators.h.

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 1100 of file CoreEvaluators.h.

Constructor & Destructor Documentation

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

Definition at line 1103 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:31