|
EIGEN_ALWAYS_INLINE | const_blas_data_mapper (const Scalar *data, Index stride) |
|
EIGEN_ALWAYS_INLINE SubMapper | getSubMapper (Index i, Index j) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE | blas_data_mapper (const Scalar *data, Index stride, Index incr) |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE SubMapper | getSubMapper (Index i, Index j) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE LinearMapper | getLinearMapper (Index i, Index j) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void | prefetch (Index i, Index j) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE const Scalar & | operator() (Index i, Index j) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE PacketType | loadPacket (Index i, Index j) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE PacketType | loadPacketPartial (Index i, Index j, Index n, Index=0) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE PacketT | load (Index i, Index j) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void | storePacket (Index i, Index j, const PacketType &p) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void | storePacketPartial (Index i, Index j, const PacketType &p, Index n, Index=0) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void | scatterPacket (Index i, Index j, const SubPacket &p) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE SubPacket | gatherPacket (Index i, Index j) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void | storePacketBlock (Index i, Index j, const PacketBlock< SubPacket, n > &block) const |
|
EIGEN_DEVICE_FUNC const Index | stride () const |
|
EIGEN_DEVICE_FUNC const Index | incr () const |
|
constexpr EIGEN_DEVICE_FUNC const Scalar * | data () const |
|