![]() |
Eigen
3.4.99 (git rev 10c77b0ff44d0b9cb0b252cfa0ccaaa39d3c5da4)
|
Base class for non-const dense Map and Block expression with direct access.
This base class provides the non-const low-level accessors (e.g. coeff and coeffRef) of dense Map and Block objects with direct access. It inherits MapBase<Derived, ReadOnlyAccessors> which defines the const variant for reading specific entries.
Additional Inherited Members | |
![]() | |
const Scalar & | coeff (Index index) const |
const Scalar & | coeff (Index rowId, Index colId) const |
const Scalar & | coeffRef (Index index) const |
const Scalar & | coeffRef (Index rowId, Index colId) const |
Index | cols () const |
const Scalar * | data () const |
Index | rows () const |