compbio
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::BlasLinearMapper< Scalar, Index, AlignmentType > Class Template Reference

Public Types

typedef packet_traits< Scalar >::type Packet
 
typedef packet_traits< Scalar >::half HalfPacket
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE BlasLinearMapper (Scalar *data)
 
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void prefetch (int i) const
 
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Scalar & operator() (Index i) const
 
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Packet loadPacket (Index i) const
 
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE HalfPacket loadHalfPacket (Index i) const
 
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void storePacket (Index i, const Packet &p) const
 

Protected Attributes

Scalar * m_data
 

The documentation for this class was generated from the following file: