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.
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 |
Private Member Functions | |
| ForceAlignedAccess & | operator= (const ForceAlignedAccess &) |
| Eigen::ForceAlignedAccess::ForceAlignedAccess | ( | const ExpressionType & | matrix | ) | [inline] |
| const CoeffReturnType Eigen::ForceAlignedAccess::coeff | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
| const CoeffReturnType Eigen::ForceAlignedAccess::coeff | ( | Index | index | ) | const [inline] |
| Scalar& Eigen::ForceAlignedAccess::coeffRef | ( | Index | row, |
| Index | col | ||
| ) | [inline] |
| Scalar& Eigen::ForceAlignedAccess::coeffRef | ( | Index | index | ) | [inline] |
| Eigen::ForceAlignedAccess::operator const ExpressionType & | ( | ) | const [inline] |
| ForceAlignedAccess& Eigen::ForceAlignedAccess::operator= | ( | const ForceAlignedAccess & | ) | [private] |
| const PacketScalar Eigen::ForceAlignedAccess::packet | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
| const PacketScalar Eigen::ForceAlignedAccess::packet | ( | Index | index | ) | const [inline] |
| void Eigen::ForceAlignedAccess::writePacket | ( | Index | row, |
| Index | col, | ||
| const PacketScalar & | x | ||
| ) | [inline] |
| void Eigen::ForceAlignedAccess::writePacket | ( | Index | index, |
| const PacketScalar & | x | ||
| ) | [inline] |
const ExpressionType& Eigen::ForceAlignedAccess::m_expression [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |