#include <src/Core/Swap.h>
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 |
typedef internal::dense_xpr_base<SwapWrapper>::type SwapWrapper< ExpressionType >::Base |
typedef internal::packet_traits<Scalar>::type SwapWrapper< ExpressionType >::Packet |
SwapWrapper< ExpressionType >::SwapWrapper | ( | ExpressionType & | xpr | ) | [inline] |
Scalar& SwapWrapper< ExpressionType >::coeffRef | ( | Index | row, |
Index | col | ||
) | [inline] |
Definition at line 56 of file Swap.h.
References SwapWrapper< ExpressionType >::m_expression.
Scalar& SwapWrapper< ExpressionType >::coeffRef | ( | Index | index | ) | const [inline] |
Definition at line 71 of file Swap.h.
References SwapWrapper< ExpressionType >::m_expression.
Scalar& SwapWrapper< ExpressionType >::coeffRef | ( | Index | index | ) | [inline] |
Definition at line 61 of file Swap.h.
References SwapWrapper< ExpressionType >::m_expression.
Scalar& SwapWrapper< ExpressionType >::coeffRef | ( | Index | row, |
Index | col | ||
) | const [inline] |
Definition at line 66 of file Swap.h.
References SwapWrapper< ExpressionType >::m_expression.
Index SwapWrapper< ExpressionType >::cols | ( | void | ) | const [inline] |
Definition at line 52 of file Swap.h.
References SwapWrapper< ExpressionType >::m_expression.
Referenced by SwapWrapper< ExpressionType >::copyCoeff(), and SwapWrapper< ExpressionType >::copyPacket().
void SwapWrapper< ExpressionType >::copyCoeff | ( | Index | row, |
Index | col, | ||
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
Definition at line 77 of file Swap.h.
References SwapWrapper< ExpressionType >::cols(), eigen_internal_assert, SwapWrapper< ExpressionType >::m_expression, and SwapWrapper< ExpressionType >::rows().
void SwapWrapper< ExpressionType >::copyCoeff | ( | Index | index, |
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
Definition at line 88 of file Swap.h.
References eigen_internal_assert, and SwapWrapper< ExpressionType >::m_expression.
void SwapWrapper< ExpressionType >::copyPacket | ( | Index | row, |
Index | col, | ||
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
Definition at line 98 of file Swap.h.
References col(), SwapWrapper< ExpressionType >::cols(), eigen_internal_assert, SwapWrapper< ExpressionType >::m_expression, row(), and SwapWrapper< ExpressionType >::rows().
void SwapWrapper< ExpressionType >::copyPacket | ( | Index | index, |
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
Definition at line 111 of file Swap.h.
References eigen_internal_assert, and SwapWrapper< ExpressionType >::m_expression.
Index SwapWrapper< ExpressionType >::innerStride | ( | ) | const [inline] |
Definition at line 54 of file Swap.h.
References SwapWrapper< ExpressionType >::m_expression.
Index SwapWrapper< ExpressionType >::outerStride | ( | ) | const [inline] |
Definition at line 53 of file Swap.h.
References SwapWrapper< ExpressionType >::m_expression.
Index SwapWrapper< ExpressionType >::rows | ( | void | ) | const [inline] |
Definition at line 51 of file Swap.h.
References SwapWrapper< ExpressionType >::m_expression.
Referenced by SwapWrapper< ExpressionType >::copyCoeff(), and SwapWrapper< ExpressionType >::copyPacket().
ExpressionType& SwapWrapper< ExpressionType >::m_expression [protected] |
Definition at line 123 of file Swap.h.
Referenced by SwapWrapper< ExpressionType >::coeffRef(), SwapWrapper< ExpressionType >::cols(), SwapWrapper< ExpressionType >::copyCoeff(), SwapWrapper< ExpressionType >::copyPacket(), SwapWrapper< ExpressionType >::innerStride(), SwapWrapper< ExpressionType >::outerStride(), and SwapWrapper< ExpressionType >::rows().
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |