|
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE | blas_data_mapper (Scalar *data, Index stride) |
| |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE blas_data_mapper< Scalar, Index, StorageOrder, AlignmentType > | 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 VectorMapper | getVectorMapper (Index i, Index j) const |
| |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Scalar & | operator() (Index i, Index j) const |
| |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Packet | loadPacket (Index i, Index j) const |
| |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE HalfPacket | loadHalfPacket (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 > |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE SubPacket | gatherPacket (Index i, Index j) const |
| |
| EIGEN_DEVICE_FUNC const Index | stride () const |
| |
| EIGEN_DEVICE_FUNC const Scalar * | data () const |
| |
| EIGEN_DEVICE_FUNC Index | firstAligned (Index size) const |
| |
template<typename Scalar, typename
Index, int StorageOrder, int AlignmentType = Unaligned>
class Eigen::internal::blas_data_mapper< Scalar, Index, StorageOrder, AlignmentType >