26 using Base::m_functor;
29 typedef typename Base::Scalar Scalar;
30 typedef typename Base::DstXprType DstXprType;
33 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE
38 template<
int StoreMode,
int LoadMode,
typename PacketType>
39 EIGEN_STRONG_INLINE
void assignPacket(
Index row,
Index col)
46 template<
int StoreMode,
int LoadMode,
typename PacketType>
47 EIGEN_STRONG_INLINE
void assignPacket(
Index index)
55 template<
int StoreMode,
int LoadMode,
typename PacketType>
56 EIGEN_STRONG_INLINE
void assignPacketByOuterInner(
Index outer,
Index inner)
58 Index row = Base::rowIndexByOuterInner(outer, inner);
59 Index col = Base::colIndexByOuterInner(outer, inner);