Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::SwapWrapper< ExpressionType > Class Template Reference

#include <Swap.h>

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

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 rowId, Index colId)
 
Scalar & coeffRef (Index index)
 
Scalar & coeffRef (Index rowId, Index colId) const
 
Scalar & coeffRef (Index index) const
 
Index cols () const
 
template<typename OtherDerived >
void copyCoeff (Index rowId, Index colId, 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 rowId, Index colId, 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
 

Detailed Description

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

Definition at line 27 of file Swap.h.

Member Typedef Documentation

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

Definition at line 32 of file Swap.h.

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

Definition at line 34 of file Swap.h.

template<typename ExpressionType>
typedef internal::conditional< internal::is_lvalue<ExpressionType>::value, Scalar, const Scalar >::type Eigen::SwapWrapper< ExpressionType >::ScalarWithConstIfNotLvalue

Definition at line 47 of file Swap.h.

Constructor & Destructor Documentation

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

Definition at line 36 of file Swap.h.

Member Function Documentation

template<typename ExpressionType>
Scalar& Eigen::SwapWrapper< ExpressionType >::coeffRef ( Index  rowId,
Index  colId 
)
inline

Definition at line 52 of file Swap.h.

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

Definition at line 57 of file Swap.h.

template<typename ExpressionType>
Scalar& Eigen::SwapWrapper< ExpressionType >::coeffRef ( Index  rowId,
Index  colId 
) const
inline

Definition at line 62 of file Swap.h.

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

Definition at line 67 of file Swap.h.

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

Definition at line 39 of file Swap.h.

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

Definition at line 73 of file Swap.h.

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

Definition at line 84 of file Swap.h.

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

Definition at line 94 of file Swap.h.

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 107 of file Swap.h.

template<typename ExpressionType>
ScalarWithConstIfNotLvalue* Eigen::SwapWrapper< ExpressionType >::data ( )
inline

Definition at line 49 of file Swap.h.

template<typename ExpressionType>
const Scalar* Eigen::SwapWrapper< ExpressionType >::data ( ) const
inline

Definition at line 50 of file Swap.h.

template<typename ExpressionType>
ExpressionType& Eigen::SwapWrapper< ExpressionType >::expression ( ) const
inline

Definition at line 118 of file Swap.h.

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

Definition at line 41 of file Swap.h.

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

Definition at line 40 of file Swap.h.

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

Definition at line 38 of file Swap.h.

Member Data Documentation

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

Definition at line 121 of file Swap.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:11