#include <Swap.h>
Public Types | |
typedef internal::dense_xpr_base < SwapWrapper >::type | Base |
typedef internal::packet_traits < Scalar >::type | Packet |
Public Member Functions | |
Scalar & | coeffRef (Index row, Index col) |
Scalar & | coeffRef (Index index) |
Scalar & | coeffRef (Index row, Index col) const |
Scalar & | coeffRef (Index index) const |
Index | cols () 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) |
Index | innerStride () const |
Index | outerStride () const |
Index | rows () const |
SwapWrapper (ExpressionType &xpr) | |
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] |
Scalar& SwapWrapper< ExpressionType >::coeffRef | ( | Index | index | ) | [inline] |
Scalar& SwapWrapper< ExpressionType >::coeffRef | ( | Index | row, |
Index | col | ||
) | const [inline] |
Scalar& SwapWrapper< ExpressionType >::coeffRef | ( | Index | index | ) | const [inline] |
Index SwapWrapper< ExpressionType >::cols | ( | void | ) | const [inline] |
void SwapWrapper< ExpressionType >::copyCoeff | ( | Index | row, |
Index | col, | ||
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
void SwapWrapper< ExpressionType >::copyCoeff | ( | Index | index, |
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
void SwapWrapper< ExpressionType >::copyPacket | ( | Index | row, |
Index | col, | ||
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
void SwapWrapper< ExpressionType >::copyPacket | ( | Index | index, |
const DenseBase< OtherDerived > & | other | ||
) | [inline] |
Index SwapWrapper< ExpressionType >::innerStride | ( | ) | const [inline] |
Index SwapWrapper< ExpressionType >::outerStride | ( | ) | const [inline] |
Index SwapWrapper< ExpressionType >::rows | ( | void | ) | const [inline] |
ExpressionType& SwapWrapper< ExpressionType >::m_expression [protected] |