![]() |
Eigen
3.3.3
|
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.
Public Member Functions | |
const Scalar * | data () const |
const Scalar* Eigen::MapBase< Derived, WriteAccessors >::data | ( | ) | const [inline] |
Returns a pointer to the first coefficient of the matrix or vector.
Reimplemented from Eigen::MapBase< Derived, ReadOnlyAccessors >.