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
 

Protected Attributes

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

Additional Inherited Members

- Protected Member Functions inherited from Eigen::internal::noncopyable
EIGEN_DEVICE_FUNC noncopyable ()
 
EIGEN_DEVICE_FUNC ~noncopyable ()
 

Detailed Description

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

Definition at line 455 of file CoreEvaluators.h.

Member Typedef Documentation

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

Definition at line 478 of file CoreEvaluators.h.

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

Definition at line 459 of file CoreEvaluators.h.

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

Definition at line 458 of file CoreEvaluators.h.

Member Enumeration Documentation

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

Definition at line 461 of file CoreEvaluators.h.

Constructor & Destructor Documentation

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

Definition at line 472 of file CoreEvaluators.h.

Member Function Documentation

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

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

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

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

Member Data Documentation

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

Definition at line 509 of file CoreEvaluators.h.

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

Definition at line 510 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:33