Classes | Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased > Struct Template Reference

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased >:
Inheritance graph
[legend]

Classes

struct  Data
 

Public Types

enum  { CoeffReadCost = int(evaluator<ArgType>::CoeffReadCost) + int(functor_traits<UnaryOp>::Cost), Flags = (evaluator<ArgType>::Flags & (HereditaryBits | LinearAccessBit | DirectAccessBit)), Alignment = 0 }
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef XprType::Scalar Scalar
 
typedef CwiseUnaryView< UnaryOp, ArgType > XprType
 
- Public Types inherited from Eigen::internal::evaluator_base< CwiseUnaryView< UnaryOp, ArgType > >
enum  
 
typedef traits< CwiseUnaryView< UnaryOp, ArgType > > ExpressionTraits
 

Public Member Functions

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 unary_evaluator (const XprType &op)
 
- Public Member Functions inherited from Eigen::internal::evaluator_base< CwiseUnaryView< UnaryOp, ArgType > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Protected Attributes

Data m_d
 

Detailed Description

template<typename UnaryOp, typename ArgType>
struct Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased >

Definition at line 814 of file CoreEvaluators.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename UnaryOp , typename ArgType >
typedef XprType::CoeffReturnType Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased >::CoeffReturnType

Definition at line 834 of file CoreEvaluators.h.

◆ Scalar

template<typename UnaryOp , typename ArgType >
typedef XprType::Scalar Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased >::Scalar

Definition at line 833 of file CoreEvaluators.h.

◆ XprType

template<typename UnaryOp , typename ArgType >
typedef CwiseUnaryView<UnaryOp, ArgType> Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased >::XprType

Definition at line 817 of file CoreEvaluators.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 819 of file CoreEvaluators.h.

Constructor & Destructor Documentation

◆ unary_evaluator()

template<typename UnaryOp , typename ArgType >
EIGEN_DEVICE_FUNC Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased >::unary_evaluator ( const XprType op)
inlineexplicit

Definition at line 827 of file CoreEvaluators.h.

Member Function Documentation

◆ coeff() [1/2]

template<typename UnaryOp , typename ArgType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased >::coeff ( Index  row,
Index  col 
) const
inline

Definition at line 837 of file CoreEvaluators.h.

◆ coeff() [2/2]

template<typename UnaryOp , typename ArgType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased >::coeff ( Index  index) const
inline

Definition at line 843 of file CoreEvaluators.h.

◆ coeffRef() [1/2]

template<typename UnaryOp , typename ArgType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased >::coeffRef ( Index  row,
Index  col 
)
inline

Definition at line 849 of file CoreEvaluators.h.

◆ coeffRef() [2/2]

template<typename UnaryOp , typename ArgType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased >::coeffRef ( Index  index)
inline

Definition at line 855 of file CoreEvaluators.h.

Member Data Documentation

◆ m_d

template<typename UnaryOp , typename ArgType >
Data Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased >::m_d
protected

Definition at line 873 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:46:05