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

#include <CoreEvaluators.h>

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

Public Types

enum  { CoeffReadCost = evaluator<ArgType>::CoeffReadCost, Flags = evaluator<ArgType>::Flags ^ RowMajorBit, Alignment = evaluator<ArgType>::Alignment }
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef XprType::Scalar Scalar
 
typedef Transpose< ArgType > XprType
 
- Public Types inherited from Eigen::internal::evaluator_base< Transpose< ArgType > >
enum  
 
typedef traits< Transpose< 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 XprType::Scalar & coeffRef (Index index)
 
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType packet (Index row, Index col) const
 
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType packet (Index index) const
 
EIGEN_DEVICE_FUNC unary_evaluator (const XprType &t)
 
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void writePacket (Index row, Index col, const PacketType &x)
 
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void writePacket (Index index, const PacketType &x)
 

Protected Attributes

evaluator< ArgType > m_argImpl
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 264 of file CoreEvaluators.h.

Member Typedef Documentation

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

Definition at line 278 of file CoreEvaluators.h.

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

Definition at line 277 of file CoreEvaluators.h.

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

Definition at line 267 of file CoreEvaluators.h.

Member Enumeration Documentation

template<typename ArgType >
anonymous enum
Enumerator
CoeffReadCost 
Flags 
Alignment 

Definition at line 269 of file CoreEvaluators.h.

Constructor & Destructor Documentation

template<typename ArgType >
EIGEN_DEVICE_FUNC Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::unary_evaluator ( const XprType t)
inlineexplicit

Definition at line 275 of file CoreEvaluators.h.

Member Function Documentation

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

Definition at line 281 of file CoreEvaluators.h.

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

Definition at line 287 of file CoreEvaluators.h.

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

Definition at line 293 of file CoreEvaluators.h.

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

Definition at line 299 of file CoreEvaluators.h.

template<typename ArgType >
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::packet ( Index  row,
Index  col 
) const
inline

Definition at line 306 of file CoreEvaluators.h.

template<typename ArgType >
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::packet ( Index  index) const
inline

Definition at line 313 of file CoreEvaluators.h.

template<typename ArgType >
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::writePacket ( Index  row,
Index  col,
const PacketType x 
)
inline

Definition at line 320 of file CoreEvaluators.h.

template<typename ArgType >
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::writePacket ( Index  index,
const PacketType x 
)
inline

Definition at line 327 of file CoreEvaluators.h.

Member Data Documentation

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

Definition at line 333 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:59