Public Types | Public Member Functions | Protected Attributes | Private Member Functions | List of all members
Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > > Struct Template Reference

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >:
Inheritance graph
[legend]

Public Types

enum  { CoeffReadCost = evaluator<ArgType>::CoeffReadCost, Flags = (unsigned int)(evaluator<ArgType>::Flags & (HereditaryBits | DirectAccessBit) & ~RowMajorBit) | LinearAccessBit, Alignment = 0 }
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef XprType::Scalar Scalar
 
typedef Diagonal< ArgType, DiagIndex > XprType
 
- Public Types inherited from Eigen::internal::evaluator_base< Diagonal< ArgType, DiagIndex > >
enum  
 
typedef traits< Diagonal< ArgType, DiagIndex > > ExpressionTraits
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff (Index row, Index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarcoeffRef (Index row, Index)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarcoeffRef (Index index)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator (const XprType &diagonal)
 
- Public Member Functions inherited from Eigen::internal::evaluator_base< Diagonal< ArgType, DiagIndex > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Protected Attributes

evaluator< ArgType > m_argImpl
 
const internal::variable_if_dynamicindex< Index, XprType::DiagIndex > m_index
 

Private Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index colOffset () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index rowOffset () const
 

Detailed Description

template<typename ArgType, int DiagIndex>
struct Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >

Definition at line 1607 of file CoreEvaluators.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename ArgType , int DiagIndex>
typedef XprType::CoeffReturnType Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >::CoeffReturnType

Definition at line 1627 of file CoreEvaluators.h.

◆ Scalar

template<typename ArgType , int DiagIndex>
typedef XprType::Scalar Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >::Scalar

Definition at line 1626 of file CoreEvaluators.h.

◆ XprType

template<typename ArgType , int DiagIndex>
typedef Diagonal<ArgType, DiagIndex> Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >::XprType

Definition at line 1610 of file CoreEvaluators.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename ArgType , int DiagIndex>
anonymous enum
Enumerator
CoeffReadCost 
Flags 
Alignment 

Definition at line 1612 of file CoreEvaluators.h.

Constructor & Destructor Documentation

◆ evaluator()

template<typename ArgType , int DiagIndex>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >::evaluator ( const XprType diagonal)
inlineexplicit

Definition at line 1621 of file CoreEvaluators.h.

Member Function Documentation

◆ coeff() [1/2]

template<typename ArgType , int DiagIndex>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >::coeff ( Index  row,
Index   
) const
inline

Definition at line 1630 of file CoreEvaluators.h.

◆ coeff() [2/2]

template<typename ArgType , int DiagIndex>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >::coeff ( Index  index) const
inline

Definition at line 1636 of file CoreEvaluators.h.

◆ coeffRef() [1/2]

template<typename ArgType , int DiagIndex>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >::coeffRef ( Index  row,
Index   
)
inline

Definition at line 1642 of file CoreEvaluators.h.

◆ coeffRef() [2/2]

template<typename ArgType , int DiagIndex>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >::coeffRef ( Index  index)
inline

Definition at line 1648 of file CoreEvaluators.h.

◆ colOffset()

template<typename ArgType , int DiagIndex>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >::colOffset ( ) const
inlineprivate

Definition at line 1661 of file CoreEvaluators.h.

◆ rowOffset()

template<typename ArgType , int DiagIndex>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >::rowOffset ( ) const
inlineprivate

Definition at line 1659 of file CoreEvaluators.h.

Member Data Documentation

◆ m_argImpl

template<typename ArgType , int DiagIndex>
evaluator<ArgType> Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >::m_argImpl
protected

Definition at line 1654 of file CoreEvaluators.h.

◆ m_index

template<typename ArgType , int DiagIndex>
const internal::variable_if_dynamicindex<Index, XprType::DiagIndex> Eigen::internal::evaluator< Diagonal< ArgType, DiagIndex > >::m_index
protected

Definition at line 1655 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:35