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

#include <Swap.h>

Inherits type< SwapWrapper< ExpressionType > >.

List of all members.

Public Types

typedef
internal::dense_xpr_base
< SwapWrapper >::type 
Base
typedef
internal::packet_traits
< Scalar >::type 
Packet
typedef internal::conditional
< internal::is_lvalue
< ExpressionType >::value,
Scalar, const Scalar >::type 
ScalarWithConstIfNotLvalue

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)
ScalarWithConstIfNotLvaluedata ()
const Scalar * data () const
ExpressionType & expression () const
Index innerStride () const
Index outerStride () const
Index rows () const
 SwapWrapper (ExpressionType &xpr)

Protected Attributes

ExpressionType & m_expression

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


Member Typedef Documentation

typedef internal::dense_xpr_base<SwapWrapper>::type Base
typedef internal::packet_traits<Scalar>::type Packet
typedef internal::conditional< internal::is_lvalue<ExpressionType>::value, Scalar, const Scalar >::type ScalarWithConstIfNotLvalue

Constructor & Destructor Documentation

SwapWrapper ( ExpressionType &  xpr) [inline]

Member Function Documentation

Scalar& coeffRef ( Index  row,
Index  col 
) [inline]
Scalar& coeffRef ( Index  index) [inline]
Scalar& coeffRef ( Index  row,
Index  col 
) const [inline]
Scalar& coeffRef ( Index  index) const [inline]
Index cols ( void  ) const [inline]
void copyCoeff ( Index  row,
Index  col,
const DenseBase< OtherDerived > &  other 
) [inline]
void copyCoeff ( Index  index,
const DenseBase< OtherDerived > &  other 
) [inline]
void copyPacket ( Index  row,
Index  col,
const DenseBase< OtherDerived > &  other 
) [inline]
void copyPacket ( Index  index,
const DenseBase< OtherDerived > &  other 
) [inline]
const Scalar* data ( ) const [inline]
ExpressionType& expression ( ) const [inline]
Index innerStride ( ) const [inline]
Index outerStride ( ) const [inline]
Index rows ( void  ) const [inline]

Member Data Documentation

ExpressionType& m_expression [protected]

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