![]() |
Eigen
5.0.1-dev
|
#include <Eigen/src/Core/DenseCoeffsBase.h>
Base class providing direct read/write 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, WriteAccessors> which defines functions to access entries read/write using operator().
Public Member Functions | |
| constexpr Index | cols () const noexcept |
| constexpr Index | colStride () const noexcept |
| constexpr Derived & | derived () |
| constexpr const Derived & | derived () const |
| constexpr Index | innerStride () const noexcept |
| constexpr Index | outerStride () const noexcept |
| constexpr Index | rows () const noexcept |
| constexpr Index | rowStride () const noexcept |
| constexpr Index | size () const noexcept |
| Public Member Functions inherited from Eigen::DenseCoeffsBase< Derived, WriteAccessors > | |
| constexpr CoeffReturnType | coeff (Index index) const |
| constexpr CoeffReturnType | coeff (Index row, Index col) const |
| constexpr Scalar & | coeffRef (Index index) |
| constexpr Scalar & | coeffRef (Index row, Index col) |
| constexpr Index | cols () const noexcept |
| constexpr Derived & | derived () |
| constexpr const Derived & | derived () const |
| constexpr Scalar & | operator() (Index index) |
| constexpr CoeffReturnType | operator() (Index index) const |
| constexpr Scalar & | operator() (Index row, Index col) |
| constexpr CoeffReturnType | operator() (Index row, Index col) const |
| constexpr Scalar & | operator[] (Index index) |
| constexpr CoeffReturnType | operator[] (Index index) const |
| constexpr Index | rows () const noexcept |
| constexpr Index | size () const noexcept |
| constexpr Scalar & | w () |
| constexpr CoeffReturnType | w () const |
| constexpr Scalar & | x () |
| constexpr CoeffReturnType | x () const |
| constexpr Scalar & | y () |
| constexpr CoeffReturnType | y () const |
| constexpr Scalar & | z () |
| constexpr CoeffReturnType | z () const |
| 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 |
|
inlineconstexprnoexcept |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |