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

Detailed Description

template<typename ExpressionType>
class Eigen::SwapWrapper< ExpressionType >

Definition at line 41 of file Core.

Inheritance diagram for Eigen::SwapWrapper< ExpressionType >:
Inheritance graph
[legend]

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)

Protected Attributes

ExpressionType & m_expression

Member Typedef Documentation

template<typename ExpressionType >
typedef internal::dense_xpr_base<SwapWrapper>::type Eigen::SwapWrapper< ExpressionType >::Base

Definition at line 46 of file Core.

template<typename ExpressionType >
typedef internal::packet_traits<Scalar>::type Eigen::SwapWrapper< ExpressionType >::Packet

Definition at line 48 of file Core.


Constructor & Destructor Documentation

template<typename ExpressionType >
Eigen::SwapWrapper< ExpressionType >::SwapWrapper ( ExpressionType &  xpr) [inline]

Definition at line 50 of file Core.


Member Function Documentation

template<typename ExpressionType >
Scalar& Eigen::SwapWrapper< ExpressionType >::coeffRef ( Index  row,
Index  col 
) [inline]

Definition at line 57 of file Core.

template<typename ExpressionType >
Scalar& Eigen::SwapWrapper< ExpressionType >::coeffRef ( Index  index) const [inline]

Definition at line 72 of file Core.

template<typename ExpressionType >
Scalar& Eigen::SwapWrapper< ExpressionType >::coeffRef ( Index  index) [inline]

Definition at line 62 of file Core.

template<typename ExpressionType >
Scalar& Eigen::SwapWrapper< ExpressionType >::coeffRef ( Index  row,
Index  col 
) const [inline]

Definition at line 67 of file Core.

template<typename ExpressionType >
Index Eigen::SwapWrapper< ExpressionType >::cols ( void  ) const [inline]

Definition at line 53 of file Core.

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

Definition at line 78 of file Core.

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

Definition at line 89 of file Core.

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

Definition at line 99 of file Core.

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

Definition at line 112 of file Core.

template<typename ExpressionType >
Index Eigen::SwapWrapper< ExpressionType >::innerStride ( ) const [inline]

Definition at line 55 of file Core.

template<typename ExpressionType >
Index Eigen::SwapWrapper< ExpressionType >::outerStride ( ) const [inline]

Definition at line 54 of file Core.

template<typename ExpressionType >
Index Eigen::SwapWrapper< ExpressionType >::rows ( void  ) const [inline]

Definition at line 52 of file Core.


Member Data Documentation

template<typename ExpressionType >
ExpressionType& Eigen::SwapWrapper< ExpressionType >::m_expression [protected]

Definition at line 124 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo