Public Types | Public Member Functions | Protected Attributes
SwapWrapper< ExpressionType > Class Template Reference

#include <Swap.h>

Inheritance diagram for 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

ScalarcoeffRef (Index row, Index col)
ScalarcoeffRef (Index index)
ScalarcoeffRef (Index row, Index col) const
ScalarcoeffRef (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

Detailed Description

template<typename ExpressionType>
class SwapWrapper< ExpressionType >

Definition at line 40 of file Swap.h.


Member Typedef Documentation

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

Definition at line 45 of file Swap.h.

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

Definition at line 47 of file Swap.h.


Constructor & Destructor Documentation

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

Definition at line 49 of file Swap.h.


Member Function Documentation

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

Definition at line 56 of file Swap.h.

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

Definition at line 61 of file Swap.h.

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

Definition at line 66 of file Swap.h.

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

Definition at line 71 of file Swap.h.

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

Definition at line 52 of file Swap.h.

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

Definition at line 77 of file Swap.h.

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

Definition at line 88 of file Swap.h.

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

Definition at line 98 of file Swap.h.

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

Definition at line 111 of file Swap.h.

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

Definition at line 54 of file Swap.h.

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

Definition at line 53 of file Swap.h.

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

Definition at line 51 of file Swap.h.


Member Data Documentation

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

Definition at line 123 of file Swap.h.


The documentation for this class was generated from the following file:


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:26