|
Medial Code Documentation
|
Enforce aligned packet loads and stores regardless of what is requested. More...
#include <ForceAlignedAccess.h>
Public Types | |
| typedef internal::dense_xpr_base< ForceAlignedAccess >::type | Base |
Public Member Functions | |
| EIGEN_DEVICE_FUNC | ForceAlignedAccess (const ExpressionType &matrix) |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | outerStride () const EIGEN_NOEXCEPT |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | innerStride () const EIGEN_NOEXCEPT |
| EIGEN_DEVICE_FUNC const CoeffReturnType | coeff (Index row, Index col) const |
| EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index row, Index col) |
| EIGEN_DEVICE_FUNC const CoeffReturnType | coeff (Index index) const |
| EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index index) |
| template<int LoadMode> | |
| const PacketScalar | packet (Index row, Index col) const |
| template<int LoadMode> | |
| void | writePacket (Index row, Index col, const PacketScalar &x) |
| template<int LoadMode> | |
| const PacketScalar | packet (Index index) const |
| template<int LoadMode> | |
| void | writePacket (Index index, const PacketScalar &x) |
| EIGEN_DEVICE_FUNC | operator const ExpressionType & () const |
Protected Attributes | |
| const ExpressionType & | m_expression |
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.