Enforce aligned packet loads and stores regardless of what is requested. More...
Inherits internal::dense_xpr_base::type.
Public Types | |
typedef internal::dense_xpr_base< ForceAlignedAccess >::type | Base |
Public Member Functions | |
const CoeffReturnType | coeff (Index index) const |
const CoeffReturnType | coeff (Index row, Index col) const |
Scalar & | coeffRef (Index index) |
Scalar & | coeffRef (Index row, Index col) |
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
ForceAlignedAccess (const ExpressionType &matrix) | |
EIGEN_CONSTEXPR Index | innerStride () const EIGEN_NOEXCEPT |
operator const ExpressionType & () const | |
EIGEN_CONSTEXPR Index | outerStride () const EIGEN_NOEXCEPT |
template<int LoadMode> | |
const PacketScalar | packet (Index index) const |
template<int LoadMode> | |
const PacketScalar | packet (Index row, Index col) const |
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
template<int LoadMode> | |
void | writePacket (Index index, const PacketScalar &x) |
template<int LoadMode> | |
void | writePacket (Index row, Index col, const PacketScalar &x) |
Protected Attributes | |
const ExpressionType & | m_expression |
Private Member Functions | |
ForceAlignedAccess & | operator= (const ForceAlignedAccess &) |
Enforce aligned packet loads and stores regardless of what is requested.
ExpressionType | the type of the object of which we are forcing aligned packet access |
This class is the return type of MatrixBase::forceAlignedAccess() and most of the time this is the only way it is used.
Definition at line 36 of file ForceAlignedAccess.h.
typedef internal::dense_xpr_base<ForceAlignedAccess>::type Eigen::ForceAlignedAccess< ExpressionType >::Base |
Definition at line 41 of file ForceAlignedAccess.h.
|
inlineexplicit |
Definition at line 44 of file ForceAlignedAccess.h.
|
inline |
Definition at line 65 of file ForceAlignedAccess.h.
|
inline |
Definition at line 55 of file ForceAlignedAccess.h.
|
inline |
Definition at line 70 of file ForceAlignedAccess.h.
|
inline |
Definition at line 60 of file ForceAlignedAccess.h.
|
inline |
Definition at line 49 of file ForceAlignedAccess.h.
|
inline |
Definition at line 53 of file ForceAlignedAccess.h.
|
inline |
Definition at line 99 of file ForceAlignedAccess.h.
|
private |
|
inline |
Definition at line 51 of file ForceAlignedAccess.h.
|
inline |
Definition at line 88 of file ForceAlignedAccess.h.
|
inline |
Definition at line 76 of file ForceAlignedAccess.h.
|
inline |
Definition at line 47 of file ForceAlignedAccess.h.
|
inline |
Definition at line 94 of file ForceAlignedAccess.h.
|
inline |
Definition at line 82 of file ForceAlignedAccess.h.
|
protected |
Definition at line 102 of file ForceAlignedAccess.h.