Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::evaluator< CwiseNullaryOp< NullaryOp, PlainObjectType > > Struct Template Reference

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::evaluator< CwiseNullaryOp< NullaryOp, PlainObjectType > >:
Inheritance graph
[legend]

Public Types

enum  { CoeffReadCost = internal::functor_traits<NullaryOp>::Cost, Flags, Alignment = AlignedMax }
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef internal::remove_all< PlainObjectType >::type PlainObjectTypeCleaned
 
typedef CwiseNullaryOp< NullaryOp, PlainObjectType > XprType
 
- Public Types inherited from Eigen::internal::evaluator_base< CwiseNullaryOp< NullaryOp, PlainObjectType > >
enum  
 
typedef traits< CwiseNullaryOp< NullaryOp, PlainObjectType > > ExpressionTraits
 

Public Member Functions

template<typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff (IndexType row, IndexType col) const
 
template<typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff (IndexType index) const
 
EIGEN_DEVICE_FUNC evaluator (const XprType &n)
 
template<int LoadMode, typename PacketType , typename IndexType >
EIGEN_STRONG_INLINE PacketType packet (IndexType row, IndexType col) const
 
template<int LoadMode, typename PacketType , typename IndexType >
EIGEN_STRONG_INLINE PacketType packet (IndexType index) const
 
- Public Member Functions inherited from Eigen::internal::evaluator_base< CwiseNullaryOp< NullaryOp, PlainObjectType > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Protected Attributes

const NullaryOp m_functor
 
const internal::nullary_wrapper< CoeffReturnType, NullaryOp > m_wrapper
 

Detailed Description

template<typename NullaryOp, typename PlainObjectType>
struct Eigen::internal::evaluator< CwiseNullaryOp< NullaryOp, PlainObjectType > >

Definition at line 497 of file CoreEvaluators.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename NullaryOp , typename PlainObjectType >
typedef XprType::CoeffReturnType Eigen::internal::evaluator< CwiseNullaryOp< NullaryOp, PlainObjectType > >::CoeffReturnType

Definition at line 520 of file CoreEvaluators.h.

◆ PlainObjectTypeCleaned

template<typename NullaryOp , typename PlainObjectType >
typedef internal::remove_all<PlainObjectType>::type Eigen::internal::evaluator< CwiseNullaryOp< NullaryOp, PlainObjectType > >::PlainObjectTypeCleaned

Definition at line 501 of file CoreEvaluators.h.

◆ XprType

template<typename NullaryOp , typename PlainObjectType >
typedef CwiseNullaryOp<NullaryOp,PlainObjectType> Eigen::internal::evaluator< CwiseNullaryOp< NullaryOp, PlainObjectType > >::XprType

Definition at line 500 of file CoreEvaluators.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename NullaryOp , typename PlainObjectType >
anonymous enum
Enumerator
CoeffReadCost 
Flags 
Alignment 

Definition at line 503 of file CoreEvaluators.h.

Constructor & Destructor Documentation

◆ evaluator()

template<typename NullaryOp , typename PlainObjectType >
EIGEN_DEVICE_FUNC Eigen::internal::evaluator< CwiseNullaryOp< NullaryOp, PlainObjectType > >::evaluator ( const XprType n)
inlineexplicit

Definition at line 514 of file CoreEvaluators.h.

Member Function Documentation

◆ coeff() [1/2]

template<typename NullaryOp , typename PlainObjectType >
template<typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::evaluator< CwiseNullaryOp< NullaryOp, PlainObjectType > >::coeff ( IndexType  row,
IndexType  col 
) const
inline

Definition at line 524 of file CoreEvaluators.h.

◆ coeff() [2/2]

template<typename NullaryOp , typename PlainObjectType >
template<typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::evaluator< CwiseNullaryOp< NullaryOp, PlainObjectType > >::coeff ( IndexType  index) const
inline

Definition at line 531 of file CoreEvaluators.h.

◆ packet() [1/2]

template<typename NullaryOp , typename PlainObjectType >
template<int LoadMode, typename PacketType , typename IndexType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::evaluator< CwiseNullaryOp< NullaryOp, PlainObjectType > >::packet ( IndexType  row,
IndexType  col 
) const
inline

Definition at line 538 of file CoreEvaluators.h.

◆ packet() [2/2]

template<typename NullaryOp , typename PlainObjectType >
template<int LoadMode, typename PacketType , typename IndexType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::evaluator< CwiseNullaryOp< NullaryOp, PlainObjectType > >::packet ( IndexType  index) const
inline

Definition at line 545 of file CoreEvaluators.h.

Member Data Documentation

◆ m_functor

template<typename NullaryOp , typename PlainObjectType >
const NullaryOp Eigen::internal::evaluator< CwiseNullaryOp< NullaryOp, PlainObjectType > >::m_functor
protected

Definition at line 551 of file CoreEvaluators.h.

◆ m_wrapper

template<typename NullaryOp , typename PlainObjectType >
const internal::nullary_wrapper<CoeffReturnType,NullaryOp> Eigen::internal::evaluator< CwiseNullaryOp< NullaryOp, PlainObjectType > >::m_wrapper
protected

Definition at line 552 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:34