#include <Swap.h>
Inherits type< SwapWrapper< ExpressionType > >.
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) |
Member Typedef Documentation
typedef internal::packet_traits<Scalar>::type Packet |
typedef internal::conditional< internal::is_lvalue<ExpressionType>::value, Scalar, const Scalar >::type ScalarWithConstIfNotLvalue |
Constructor & Destructor Documentation
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: