![]() |
Eigen
3.4.0
|
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().
Inheritance diagram for Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >:Public Member Functions | |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| EIGEN_CONSTEXPR Index | colStride () const EIGEN_NOEXCEPT |
| Derived & | derived () |
| const Derived & | derived () const |
| EIGEN_CONSTEXPR Index | innerStride () const EIGEN_NOEXCEPT |
| EIGEN_CONSTEXPR Index | outerStride () const EIGEN_NOEXCEPT |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| EIGEN_CONSTEXPR Index | rowStride () const EIGEN_NOEXCEPT |
| EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
Public Member Functions inherited from Eigen::DenseCoeffsBase< Derived, WriteAccessors > | |
| CoeffReturnType | coeff (Index index) const |
| CoeffReturnType | coeff (Index row, Index col) const |
| Scalar & | coeffRef (Index index) |
| Scalar & | coeffRef (Index row, Index col) |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| Derived & | derived () |
| const Derived & | derived () const |
| Scalar & | operator() (Index index) |
| Scalar & | operator() (Index row, Index col) |
| Scalar & | operator[] (Index index) |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
| Scalar & | w () |
| CoeffReturnType | w () const |
| Scalar & | x () |
| CoeffReturnType | x () const |
| Scalar & | y () |
| CoeffReturnType | y () const |
| Scalar & | z () |
| CoeffReturnType | z () const |
Public Member Functions inherited from Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors > | |
| CoeffReturnType | coeff (Index index) const |
| CoeffReturnType | coeff (Index row, Index col) const |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| Derived & | derived () |
| const Derived & | derived () const |
| CoeffReturnType | operator() (Index index) const |
| CoeffReturnType | operator() (Index row, Index col) const |
| CoeffReturnType | operator[] (Index index) const |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
| CoeffReturnType | w () const |
| CoeffReturnType | x () const |
| CoeffReturnType | y () const |
| CoeffReturnType | z () const |
Public Member Functions inherited from Eigen::EigenBase< Derived > | |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| Derived & | derived () |
| const Derived & | derived () const |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
Additional Inherited Members | |
Public Types inherited from Eigen::EigenBase< Derived > | |
| typedef Eigen::Index | Index |
| The interface type of indices. | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |