Enforce aligned packet loads and stores regardless of what is requested.
More...
#include <ForceAlignedAccess.h>
List of all members.
Detailed Description
template<typename ExpressionType>
class ForceAlignedAccess< ExpressionType >
Enforce aligned packet loads and stores regardless of what is requested.
- Parameters:
-
| 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.
- See also:
- MatrixBase::forceAlignedAccess()
Member Typedef Documentation
template<typename ExpressionType>
Constructor & Destructor Documentation
template<typename ExpressionType>
Member Function Documentation
template<typename ExpressionType>
const CoeffReturnType ForceAlignedAccess< ExpressionType >::coeff |
( |
Index |
row, |
|
|
Index |
col | |
|
) |
| | const [inline] |
template<typename ExpressionType>
const CoeffReturnType ForceAlignedAccess< ExpressionType >::coeff |
( |
Index |
index |
) |
const [inline] |
template<typename ExpressionType>
template<typename ExpressionType>
template<typename ExpressionType>
template<typename ExpressionType>
template<typename ExpressionType>
template<typename ExpressionType>
template<typename ExpressionType>
template<int LoadMode>
const PacketScalar ForceAlignedAccess< ExpressionType >::packet |
( |
Index |
row, |
|
|
Index |
col | |
|
) |
| | const [inline] |
template<typename ExpressionType>
template<int LoadMode>
const PacketScalar ForceAlignedAccess< ExpressionType >::packet |
( |
Index |
index |
) |
const [inline] |
template<typename ExpressionType>
template<typename ExpressionType>
template<int LoadMode>
void ForceAlignedAccess< ExpressionType >::writePacket |
( |
Index |
row, |
|
|
Index |
col, |
|
|
const PacketScalar & |
x | |
|
) |
| | [inline] |
template<typename ExpressionType>
template<int LoadMode>
void ForceAlignedAccess< ExpressionType >::writePacket |
( |
Index |
index, |
|
|
const PacketScalar & |
x | |
|
) |
| | [inline] |
Member Data Documentation
template<typename ExpressionType>
The documentation for this class was generated from the following file:
- /home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/ntk/geometry/Eigen/src/Core/ForceAlignedAccess.h