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]

Public Types

enum  { CoeffReadCost = evaluator<ArgType>::CoeffReadCost + 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)
 

Protected Attributes

evaluator< ArgType > m_argImpl
 
const UnaryOp m_unaryOp
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 747 of file CoreEvaluators.h.

Member Typedef Documentation

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

Definition at line 769 of file CoreEvaluators.h.

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

Definition at line 768 of file CoreEvaluators.h.

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

Definition at line 750 of file CoreEvaluators.h.

Member Enumeration Documentation

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

Definition at line 752 of file CoreEvaluators.h.

Constructor & Destructor Documentation

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

Member Function Documentation

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

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

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

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

Member Data Documentation

template<typename UnaryOp , typename ArgType >
evaluator<ArgType> Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased >::m_argImpl
protected

Definition at line 797 of file CoreEvaluators.h.

template<typename UnaryOp , typename ArgType >
const UnaryOp Eigen::internal::unary_evaluator< CwiseUnaryView< UnaryOp, ArgType >, IndexBased >::m_unaryOp
protected

Definition at line 796 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:57