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

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >:
Inheritance graph
[legend]

Public Types

enum  { IsRowMajor = XprType::RowsAtCompileTime, ColsAtCompileTime = XprType::ColsAtCompileTime, CoeffReadCost = NumTraits<Scalar>::ReadCost }
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef XprType::PointerType PointerType
 
typedef XprType::Scalar Scalar
 
typedef Derived XprType
 
- Public Types inherited from Eigen::internal::evaluator_base< Derived >
enum  
 
typedef traits< Derived > 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 mapbase_evaluator (const XprType &map)
 
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
 
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 Member Functions

EIGEN_DEVICE_FUNC Index colStride () const
 
EIGEN_DEVICE_FUNC Index rowStride () const
 
- Protected Member Functions inherited from Eigen::internal::noncopyable
EIGEN_DEVICE_FUNC noncopyable ()
 
EIGEN_DEVICE_FUNC ~noncopyable ()
 

Protected Attributes

PointerType m_data
 
const internal::variable_if_dynamic< Index, XprType::InnerStrideAtCompileTime > m_innerStride
 
const internal::variable_if_dynamic< Index, XprType::OuterStrideAtCompileTime > m_outerStride
 

Detailed Description

template<typename Derived, typename PlainObjectType>
struct Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >

Definition at line 805 of file CoreEvaluators.h.

Member Typedef Documentation

template<typename Derived, typename PlainObjectType>
typedef XprType::CoeffReturnType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::CoeffReturnType

Definition at line 813 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
typedef XprType::PointerType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::PointerType

Definition at line 811 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
typedef XprType::Scalar Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::Scalar

Definition at line 812 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
typedef Derived Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::XprType

Definition at line 810 of file CoreEvaluators.h.

Member Enumeration Documentation

template<typename Derived, typename PlainObjectType>
anonymous enum
Enumerator
IsRowMajor 
ColsAtCompileTime 
CoeffReadCost 

Definition at line 815 of file CoreEvaluators.h.

Constructor & Destructor Documentation

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::mapbase_evaluator ( const XprType map)
inlineexplicit

Definition at line 821 of file CoreEvaluators.h.

Member Function Documentation

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::coeff ( Index  row,
Index  col 
) const
inline

Definition at line 832 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::coeff ( Index  index) const
inline

Definition at line 838 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::coeffRef ( Index  row,
Index  col 
)
inline

Definition at line 844 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::coeffRef ( Index  index)
inline

Definition at line 850 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC Index Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::colStride ( ) const
inlineprotected

Definition at line 888 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::packet ( Index  row,
Index  col 
) const
inline

Definition at line 857 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::packet ( Index  index) const
inline

Definition at line 865 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC Index Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::rowStride ( ) const
inlineprotected

Definition at line 886 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::writePacket ( Index  row,
Index  col,
const PacketType x 
)
inline

Definition at line 872 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::writePacket ( Index  index,
const PacketType x 
)
inline

Definition at line 880 of file CoreEvaluators.h.

Member Data Documentation

template<typename Derived, typename PlainObjectType>
PointerType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::m_data
protected

Definition at line 890 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
const internal::variable_if_dynamic<Index, XprType::InnerStrideAtCompileTime> Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::m_innerStride
protected

Definition at line 891 of file CoreEvaluators.h.

template<typename Derived, typename PlainObjectType>
const internal::variable_if_dynamic<Index, XprType::OuterStrideAtCompileTime> Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::m_outerStride
protected

Definition at line 892 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:38