#include <CoreEvaluators.h>
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 Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType | coeff (Index index) const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType | coeff (Index row, Index col) const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar & | coeffRef (Index index) |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar & | coeffRef (Index row, Index col) |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | mapbase_evaluator (const XprType &map) |
template<int LoadMode, typename PacketType > | |
EIGEN_STRONG_INLINE PacketType | packet (Index index) const |
template<int LoadMode, typename PacketType > | |
EIGEN_STRONG_INLINE PacketType | packet (Index row, Index col) const |
template<int StoreMode, typename PacketType > | |
EIGEN_STRONG_INLINE void | writePacket (Index index, const PacketType &x) |
template<int StoreMode, typename PacketType > | |
EIGEN_STRONG_INLINE void | writePacket (Index row, Index col, const PacketType &x) |
Protected Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index | colStride () const EIGEN_NOEXCEPT |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index | rowStride () const EIGEN_NOEXCEPT |
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 |
Definition at line 881 of file CoreEvaluators.h.
typedef XprType::CoeffReturnType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::CoeffReturnType |
Definition at line 889 of file CoreEvaluators.h.
typedef XprType::PointerType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::PointerType |
Definition at line 887 of file CoreEvaluators.h.
typedef XprType::Scalar Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::Scalar |
Definition at line 888 of file CoreEvaluators.h.
typedef Derived Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::XprType |
Definition at line 886 of file CoreEvaluators.h.
anonymous enum |
Enumerator | |
---|---|
IsRowMajor | |
ColsAtCompileTime | |
CoeffReadCost |
Definition at line 891 of file CoreEvaluators.h.
|
inlineexplicit |
Definition at line 898 of file CoreEvaluators.h.
|
inline |
Definition at line 915 of file CoreEvaluators.h.
|
inline |
Definition at line 909 of file CoreEvaluators.h.
|
inline |
Definition at line 927 of file CoreEvaluators.h.
|
inline |
Definition at line 921 of file CoreEvaluators.h.
|
inlineprotected |
Definition at line 967 of file CoreEvaluators.h.
|
inline |
Definition at line 942 of file CoreEvaluators.h.
|
inline |
Definition at line 934 of file CoreEvaluators.h.
|
inlineprotected |
Definition at line 963 of file CoreEvaluators.h.
|
inline |
Definition at line 957 of file CoreEvaluators.h.
|
inline |
Definition at line 949 of file CoreEvaluators.h.
|
protected |
Definition at line 971 of file CoreEvaluators.h.
|
protected |
Definition at line 972 of file CoreEvaluators.h.
|
protected |
Definition at line 973 of file CoreEvaluators.h.