|  | 
| 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) | 
|  | 
| ScalarWithConstIfNotLvalue * | data () | 
|  | 
| const Scalar * | data () const | 
|  | 
| ExpressionType & | expression () const | 
|  | 
| Index | innerStride () const | 
|  | 
| Index | outerStride () const | 
|  | 
| Index | rows () const | 
|  | 
|  | SwapWrapper (ExpressionType &xpr) | 
|  | 
template<typename ExpressionType>
class Eigen::SwapWrapper< ExpressionType >
Definition at line 27 of file Swap.h.