![]() |
Eigen
5.0.1-dev
|
#include <Eigen/src/Core/DenseCoeffsBase.h>
Base class providing direct read-only coefficient access to matrices and arrays.
| Derived | Type of the derived class |
This class defines functions to work with strides which can be used to access entries directly. This class inherits DenseCoeffsBase<Derived, ReadOnlyAccessors> which defines functions to access entries read-only using operator() .
Public Member Functions | |
| constexpr Index | cols () const noexcept |
| constexpr Index | colStride () const |
| constexpr Derived & | derived () |
| constexpr const Derived & | derived () const |
| constexpr Index | innerStride () const |
| constexpr Index | outerStride () const |
| constexpr Index | rows () const noexcept |
| constexpr Index | rowStride () const |
| constexpr Index | size () const noexcept |
| Public Member Functions inherited from Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | |
| constexpr CoeffReturnType | coeff (Index index) const |
| constexpr CoeffReturnType | coeff (Index row, Index col) const |
| constexpr Index | cols () const noexcept |
| constexpr Derived & | derived () |
| constexpr const Derived & | derived () const |
| constexpr CoeffReturnType | operator() (Index index) const |
| constexpr CoeffReturnType | operator() (Index row, Index col) const |
| constexpr CoeffReturnType | operator[] (Index index) const |
| constexpr Index | rows () const noexcept |
| constexpr Index | size () const noexcept |
| constexpr CoeffReturnType | w () const |
| constexpr CoeffReturnType | x () const |
| constexpr CoeffReturnType | y () const |
| constexpr CoeffReturnType | z () const |
| Public Member Functions inherited from Eigen::EigenBase< Derived > | |
| constexpr Index | cols () const noexcept |
| constexpr Derived & | derived () |
| constexpr const Derived & | derived () const |
| constexpr Index | rows () const noexcept |
| constexpr Index | size () const noexcept |
Additional Inherited Members | |
| Public Types inherited from Eigen::EigenBase< Derived > | |
| typedef Eigen::Index | Index |
| The interface type of indices. | |
|
inlineconstexprnoexcept |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexprnoexcept |
|
inlineconstexpr |
|
inlineconstexprnoexcept |