![]() |
Eigen
3.4.90 (git rev 5a9f66fb35d03a4da9ef8976e67a61b30aa16dcf)
|
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.
Inheritance diagram for Eigen::MapBase< Derived, WriteAccessors >:Public Member Functions | |
| 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 |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
Public Member Functions inherited from Eigen::MapBase< Derived, ReadOnlyAccessors > | |
| 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 |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| const Scalar * | data () const |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
|
inline |
This is an overloaded version of DenseCoeffsBase<Derived,ReadOnlyAccessors>::coeff(Index) const provided to by-pass the creation of an evaluator of the expression, thus saving compilation efforts.
See DenseCoeffsBase<Derived,ReadOnlyAccessors>::coeff(Index) const for details.
|
inline |
This is an overloaded version of DenseCoeffsBase<Derived,ReadOnlyAccessors>::coeff(Index,Index) const provided to by-pass the creation of an evaluator of the expression, thus saving compilation efforts.
See DenseCoeffsBase<Derived,ReadOnlyAccessors>::coeff(Index) const for details.
|
inline |
This is the const version of coeffRef(Index) which is thus synonym of coeff(Index). It is provided for convenience.
|
inline |
This is the const version of coeffRef(Index,Index) which is thus synonym of coeff(Index,Index). It is provided for convenience.
|
inline |
|
inline |