#include <CoreEvaluators.h>
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | 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_DEVICE_FUNC EIGEN_STRONG_INLINE PacketType | packet (Index row, Index col) const |
|
template<int LoadMode, typename PacketType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketType | packet (Index index) const |
|
template<int StoreMode, typename PacketType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | writePacket (Index row, Index col, const PacketType &x) |
|
template<int StoreMode, typename PacketType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | writePacket (Index index, const PacketType &x) |
|
EIGEN_DEVICE_FUNC constexpr EIGEN_STRONG_INLINE | evaluator_base ()=default |
|
◆ ArgType
template<typename XprType >
◆ CoeffReturnType
template<typename XprType >
◆ Scalar
template<typename XprType >
◆ anonymous enum
template<typename XprType >
Enumerator |
---|
CoeffReadCost | |
Flags | |
Alignment | |
1421 Flags = evaluator<ArgType>::Flags,
1422 Alignment = evaluator<ArgType>::Alignment
Extend namespace for flags.
Definition: fsi_chan_precond_driver.cc:56
@ Alignment
Definition: CoreEvaluators.h:1422
@ CoeffReadCost
Definition: CoreEvaluators.h:1420
◆ evaluator_wrapper_base()
template<typename XprType >
evaluator< ArgType > m_argImpl
Definition: CoreEvaluators.h:1461
◆ coeff() [1/2]
template<typename XprType >
◆ coeff() [2/2]
template<typename XprType >
◆ coeffRef() [1/2]
template<typename XprType >
◆ coeffRef() [2/2]
template<typename XprType >
◆ packet() [1/2]
template<typename XprType >
template<int LoadMode, typename PacketType >
1447 return m_argImpl.template packet<LoadMode, PacketType>(index);
◆ packet() [2/2]
template<typename XprType >
template<int LoadMode, typename PacketType >
◆ writePacket() [1/2]
template<typename XprType >
template<int StoreMode, typename PacketType >
1457 m_argImpl.template writePacket<StoreMode>(index,
x);
list x
Definition: plotDoE.py:28
References plotDoE::x.
◆ writePacket() [2/2]
template<typename XprType >
template<int StoreMode, typename PacketType >
◆ m_argImpl
template<typename XprType >
The documentation for this struct was generated from the following file: