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

List of all members.

Public Types

typedef
internal::dense_xpr_base
< SwapWrapper >::type 
Base
typedef
internal::packet_traits
< Scalar >::type 
Packet

Public Member Functions

 SwapWrapper (ExpressionType &xpr)
Index rows () const
Index cols () const
Index outerStride () const
Index innerStride () const
Scalar & coeffRef (Index row, Index col)
Scalar & coeffRef (Index index)
Scalar & coeffRef (Index row, Index col) const
Scalar & coeffRef (Index index) const
template<typename OtherDerived >
void copyCoeff (Index row, Index col, const DenseBase< OtherDerived > &other)
template<typename OtherDerived >
void copyCoeff (Index index, const DenseBase< OtherDerived > &other)
template<typename OtherDerived , int StoreMode, int LoadMode>
void copyPacket (Index row, Index col, const DenseBase< OtherDerived > &other)
template<typename OtherDerived , int StoreMode, int LoadMode>
void copyPacket (Index index, const DenseBase< OtherDerived > &other)
ExpressionType & expression () const

Protected Attributes

ExpressionType & m_expression

Member Typedef Documentation

Definition at line 46 of file Core.

Definition at line 48 of file Core.


Constructor & Destructor Documentation

Eigen::SwapWrapper::SwapWrapper ( ExpressionType &  xpr) [inline]

Definition at line 50 of file Core.


Member Function Documentation

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

Definition at line 57 of file Core.

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

Definition at line 62 of file Core.

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

Definition at line 67 of file Core.

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

Definition at line 72 of file Core.

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

Definition at line 53 of file Core.

template<typename OtherDerived >
void Eigen::SwapWrapper::copyCoeff ( Index  row,
Index  col,
const DenseBase< OtherDerived > &  other 
) [inline]

Definition at line 78 of file Core.

template<typename OtherDerived >
void Eigen::SwapWrapper::copyCoeff ( Index  index,
const DenseBase< OtherDerived > &  other 
) [inline]

Definition at line 89 of file Core.

template<typename OtherDerived , int StoreMode, int LoadMode>
void Eigen::SwapWrapper::copyPacket ( Index  row,
Index  col,
const DenseBase< OtherDerived > &  other 
) [inline]

Definition at line 99 of file Core.

template<typename OtherDerived , int StoreMode, int LoadMode>
void Eigen::SwapWrapper::copyPacket ( Index  index,
const DenseBase< OtherDerived > &  other 
) [inline]

Definition at line 112 of file Core.

ExpressionType& Eigen::SwapWrapper::expression ( ) const [inline]

Definition at line 123 of file Core.

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

Definition at line 55 of file Core.

Index Eigen::SwapWrapper::outerStride ( ) const [inline]

Definition at line 54 of file Core.

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

Definition at line 52 of file Core.


Member Data Documentation

ExpressionType& Eigen::SwapWrapper::m_expression [protected]

Definition at line 126 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