|
EIGEN_ALWAYS_INLINE | blas_data_mapper (Scalar *data, Index stride) |
|
EIGEN_ALWAYS_INLINE blas_data_mapper< Scalar, Index, StorageOrder, AlignmentType > | getSubMapper (Index i, Index j) const |
|
EIGEN_ALWAYS_INLINE LinearMapper | getLinearMapper (Index i, Index j) const |
|
EIGEN_ALWAYS_INLINE VectorMapper | getVectorMapper (Index i, Index j) const |
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Scalar & | operator() (Index i, Index j) const |
|
EIGEN_ALWAYS_INLINE Packet | loadPacket (Index i, Index j) const |
|
EIGEN_ALWAYS_INLINE HalfPacket | loadHalfPacket (Index i, Index j) const |
|
template<typename SubPacket > |
EIGEN_ALWAYS_INLINE void | scatterPacket (Index i, Index j, const SubPacket &p) const |
|
template<typename SubPacket > |
EIGEN_ALWAYS_INLINE SubPacket | gatherPacket (Index i, Index j) const |
|
const Index | stride () const |
|
const Scalar * | data () const |
|
Index | firstAligned (Index size) const |
|
|
Scalar *EIGEN_RESTRICT | m_data |
|
const Index | m_stride |
|
The documentation for this class was generated from the following file: