|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE | blas_data_mapper (Scalar *data, Index stride, Index incr) |
|
template<typename SubPacket > |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE SubPacket | gatherPacket (Index i, Index j) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE LinearMapper | getLinearMapper (Index i, Index j) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE blas_data_mapper | getSubMapper (Index i, Index j) const |
|
template<typename PacketT , int AlignmentT> |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE PacketT | load (Index i, Index j) const |
|
template<typename PacketType > |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE PacketType | loadPacket (Index i, Index j) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Scalar & | operator() (Index i, Index j) const |
|
template<typename SubPacket > |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void | scatterPacket (Index i, Index j, const SubPacket &p) const |
|
template<typename SubPacket , int n> |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void | storePacketBlock (Index i, Index j, const PacketBlock< SubPacket, n > &block) const |
|
template<typename Scalar, typename Index, int StorageOrder, int AlignmentType, int Incr>
class Eigen::internal::blas_data_mapper< Scalar, Index, StorageOrder, AlignmentType, Incr >
Definition at line 112 of file BlasUtil.h.