Classes | Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased > Struct Template Reference

#include <SparseBlock.h>

Inheritance diagram for Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >:
Inheritance graph
[legend]

Classes

class  InnerVectorInnerIterator
 
class  OuterVectorInnerIterator
 

Public Types

enum  { IsRowMajor = XprType::IsRowMajor, OuterVector, CoeffReadCost = evaluator<ArgType>::CoeffReadCost, Flags = XprType::Flags }
 
typedef internal::conditional< OuterVector, OuterVectorInnerIterator, InnerVectorInnerIterator >::type InnerIterator
 
typedef XprType::Scalar Scalar
 
typedef XprType::StorageIndex StorageIndex
 
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

Index nonZerosEstimate () const
 
 unary_evaluator (const XprType &op)
 
- 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 ()
 

Protected Types

typedef evaluator< ArgType >::InnerIterator EvalIterator
 

Protected Attributes

evaluator< ArgType > m_argImpl
 
const XprTypem_block
 

Detailed Description

template<typename ArgType, int BlockRows, int BlockCols, bool InnerPanel>
struct Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >

Definition at line 420 of file SparseBlock.h.

Member Typedef Documentation

◆ EvalIterator

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
typedef evaluator<ArgType>::InnerIterator Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::EvalIterator
protected

Definition at line 460 of file SparseBlock.h.

◆ InnerIterator

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
typedef internal::conditional<OuterVector,OuterVectorInnerIterator,InnerVectorInnerIterator>::type Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::InnerIterator

Definition at line 442 of file SparseBlock.h.

◆ Scalar

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
typedef XprType::Scalar Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::Scalar

Definition at line 428 of file SparseBlock.h.

◆ StorageIndex

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
typedef XprType::StorageIndex Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::StorageIndex

Definition at line 427 of file SparseBlock.h.

◆ XprType

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

Definition at line 424 of file SparseBlock.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
anonymous enum
Enumerator
IsRowMajor 
OuterVector 
CoeffReadCost 
Flags 

Definition at line 430 of file SparseBlock.h.

Constructor & Destructor Documentation

◆ unary_evaluator()

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::unary_evaluator ( const XprType op)
inlineexplicit

Definition at line 444 of file SparseBlock.h.

Member Function Documentation

◆ nonZerosEstimate()

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
Index Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::nonZerosEstimate ( ) const
inline

Definition at line 448 of file SparseBlock.h.

Member Data Documentation

◆ m_argImpl

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
evaluator<ArgType> Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::m_argImpl
protected

Definition at line 462 of file SparseBlock.h.

◆ m_block

template<typename ArgType , int BlockRows, int BlockCols, bool InnerPanel>
const XprType& Eigen::internal::unary_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, IteratorBased >::m_block
protected

Definition at line 463 of file SparseBlock.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:46:03