26 using Base::m_functor;
29 typedef typename Base::Scalar Scalar;
30 typedef typename Base::DstXprType DstXprType;
37 template<
int StoreMode,
int LoadMode,
typename PacketType>
38 void assignPacket(Index row, Index col)
45 template<
int StoreMode,
int LoadMode,
typename PacketType>
46 void assignPacket(Index index)
54 template<
int StoreMode,
int LoadMode,
typename PacketType>
55 void assignPacketByOuterInner(Index outer, Index inner)
57 Index row = Base::rowIndexByOuterInner(outer, inner);
58 Index col = Base::colIndexByOuterInner(outer, inner);