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