|
EIGEN_DEVICE_FUNC | generic_dense_assignment_kernel (DstEvaluatorType &dst, const SrcEvaluatorType &src, const Functor &func, DstXprType &dstExpr) |
|
EIGEN_DEVICE_FUNC Index | size () const |
|
EIGEN_DEVICE_FUNC Index | innerSize () const |
|
EIGEN_DEVICE_FUNC Index | outerSize () const |
|
EIGEN_DEVICE_FUNC Index | rows () const |
|
EIGEN_DEVICE_FUNC Index | cols () const |
|
EIGEN_DEVICE_FUNC Index | outerStride () const |
|
EIGEN_DEVICE_FUNC DstEvaluatorType & | dstEvaluator () |
|
EIGEN_DEVICE_FUNC const SrcEvaluatorType & | srcEvaluator () const |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | assignCoeff (Index row, Index col) |
| Assign src(row,col) to dst(row,col) through the assignment functor.
|
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | assignCoeff (Index index) |
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | assignCoeffByOuterInner (Index outer, Index inner) |
|
template<int StoreMode, int LoadMode, typename PacketType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | assignPacket (Index row, Index col) |
|
template<int StoreMode, int LoadMode, typename PacketType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | assignPacket (Index index) |
|
template<int StoreMode, int LoadMode, typename PacketType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | assignPacketByOuterInner (Index outer, Index inner) |
|
EIGEN_DEVICE_FUNC const Scalar * | dstDataPtr () const |
|