![]() |
Prusa Slicer 2.6.0
|
#include <src/eigen/Eigen/src/Core/CoreEvaluators.h>
Inheritance diagram for Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >:
Collaboration diagram for Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >:Public Types | |
| enum | { IsRowMajor = XprType::RowsAtCompileTime , ColsAtCompileTime = XprType::ColsAtCompileTime , CoeffReadCost = NumTraits<Scalar>::ReadCost } |
| typedef Derived | XprType |
| typedef XprType::PointerType | PointerType |
| typedef XprType::Scalar | Scalar |
| typedef XprType::CoeffReturnType | CoeffReturnType |
| enum | |
| typedef traits< Derived > | ExpressionTraits |
Public Member Functions | |
| EIGEN_DEVICE_FUNC | mapbase_evaluator (const XprType &map) |
| 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 Scalar & | coeffRef (Index row, Index col) |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE 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 |
| 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 | rowStride () const |
| EIGEN_DEVICE_FUNC Index | colStride () const |
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 |
| typedef XprType::CoeffReturnType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::CoeffReturnType |
|
inherited |
| typedef XprType::PointerType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::PointerType |
| typedef XprType::Scalar Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::Scalar |
| typedef Derived Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::XprType |
|
inherited |
| anonymous enum |
| Enumerator | |
|---|---|
| IsRowMajor | |
| ColsAtCompileTime | |
| CoeffReadCost | |
|
inlineexplicit |
References EIGEN_IMPLIES, EIGEN_INTERNAL_CHECK_COST_VALUE, EIGEN_STATIC_ASSERT, and Eigen::PacketAccessBit.
|
inline |
|
inline |
Here is the call graph for this function:
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |