![]() |
Eigen
5.0.1-dev+7c7d8473
|
#include <Eigen/src/Core/MapBase.h>
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.