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) |
| ScalarWithConstIfNotLvalue * | data () |
| 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
Constructor & Destructor Documentation
Member Function Documentation
| Index cols |
( |
void |
| ) |
const [inline] |
| void copyCoeff |
( |
Index |
index, |
|
|
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
The documentation for this class was generated from the following file: