Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Attributes | Private Member Functions
Eigen::ForceAlignedAccess Class Reference

Detailed Description

Enforce aligned packet loads and stores regardless of what is requested.

Parameters:
ExpressionTypethe 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()

List of all members.

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

ForceAlignedAccessoperator= (const ForceAlignedAccess &)

Member Typedef Documentation

Definition at line 53 of file Core.


Constructor & Destructor Documentation

Eigen::ForceAlignedAccess::ForceAlignedAccess ( const ExpressionType &  matrix) [inline]

Definition at line 56 of file Core.


Member Function Documentation

const CoeffReturnType Eigen::ForceAlignedAccess::coeff ( Index  row,
Index  col 
) const [inline]

Definition at line 63 of file Core.

const CoeffReturnType Eigen::ForceAlignedAccess::coeff ( Index  index) const [inline]

Definition at line 73 of file Core.

Scalar& Eigen::ForceAlignedAccess::coeffRef ( Index  row,
Index  col 
) [inline]

Definition at line 68 of file Core.

Scalar& Eigen::ForceAlignedAccess::coeffRef ( Index  index) [inline]

Definition at line 78 of file Core.

Index Eigen::ForceAlignedAccess::cols ( void  ) const [inline]

Definition at line 59 of file Core.

Index Eigen::ForceAlignedAccess::innerStride ( ) const [inline]

Definition at line 61 of file Core.

Eigen::ForceAlignedAccess::operator const ExpressionType & ( ) const [inline]

Definition at line 107 of file Core.

ForceAlignedAccess& Eigen::ForceAlignedAccess::operator= ( const ForceAlignedAccess ) [private]
Index Eigen::ForceAlignedAccess::outerStride ( ) const [inline]

Definition at line 60 of file Core.

template<int LoadMode>
const PacketScalar Eigen::ForceAlignedAccess::packet ( Index  row,
Index  col 
) const [inline]

Definition at line 84 of file Core.

template<int LoadMode>
const PacketScalar Eigen::ForceAlignedAccess::packet ( Index  index) const [inline]

Definition at line 96 of file Core.

Index Eigen::ForceAlignedAccess::rows ( void  ) const [inline]

Definition at line 58 of file Core.

template<int LoadMode>
void Eigen::ForceAlignedAccess::writePacket ( Index  row,
Index  col,
const PacketScalar &  x 
) [inline]

Definition at line 90 of file Core.

template<int LoadMode>
void Eigen::ForceAlignedAccess::writePacket ( Index  index,
const PacketScalar &  x 
) [inline]

Definition at line 102 of file Core.


Member Data Documentation

const ExpressionType& Eigen::ForceAlignedAccess::m_expression [protected]

Definition at line 110 of file Core.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011