![]() |
Shapeworks Studio
2.1
Shape analysis software suite
|
Enforce aligned packet loads and stores regardless of what is requested. More...
#include <ForceAlignedAccess.h>
Inheritance diagram for Eigen::ForceAlignedAccess< ExpressionType >:
Collaboration diagram for Eigen::ForceAlignedAccess< ExpressionType >:Public Types | |
| typedef internal::dense_xpr_base< ForceAlignedAccess >::type | Base |
Public Member Functions | |
| ForceAlignedAccess (const ExpressionType &matrix) | |
| Index | rows () const |
| Index | cols () const |
| Index | outerStride () const |
| Index | innerStride () const |
| const CoeffReturnType | coeff (Index row, Index col) const |
| Scalar & | coeffRef (Index row, Index col) |
| const CoeffReturnType | coeff (Index index) const |
| 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) |
| 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.
Definition at line 34 of file ForceAlignedAccess.h.
1.8.11