![]() |
Prusa Slicer 2.6.0
|
#include <src/eigen/Eigen/src/Core/CoreEvaluators.h>
Inheritance diagram for Eigen::internal::evaluator_wrapper_base< XprType >:
Collaboration diagram for Eigen::internal::evaluator_wrapper_base< XprType >:Public Types | |
| enum | { CoeffReadCost = evaluator<ArgType>::CoeffReadCost , Flags = evaluator<ArgType>::Flags , Alignment = evaluator<ArgType>::Alignment } |
| typedef remove_all< typenameXprType::NestedExpressionType >::type | ArgType |
| typedef ArgType::Scalar | Scalar |
| typedef ArgType::CoeffReturnType | CoeffReturnType |
| enum | |
| typedef traits< XprType > | ExpressionTraits |
Public Member Functions | |
| EIGEN_DEVICE_FUNC | evaluator_wrapper_base (const ArgType &arg) |
| 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 Attributes | |
| evaluator< ArgType > | m_argImpl |
| typedef remove_all<typenameXprType::NestedExpressionType>::type Eigen::internal::evaluator_wrapper_base< XprType >::ArgType |
| typedef ArgType::CoeffReturnType Eigen::internal::evaluator_wrapper_base< XprType >::CoeffReturnType |
|
inherited |
| typedef ArgType::Scalar Eigen::internal::evaluator_wrapper_base< XprType >::Scalar |
|
inherited |
| anonymous enum |
| Enumerator | |
|---|---|
| CoeffReadCost | |
| Flags | |
| Alignment | |
|
inlineexplicit |
|
inline |
|
inline |
Here is the call graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |