template<typename Derived>
class Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >
Base class providing direct read/write coefficient access to matrices and arrays.
- Template Parameters
-
| Derived | Type of the derived class |
- Note
- DirectWriteAccessors Constant indicating direct access
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().
- See also
- The class hierarchy
|
| 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 |
| |
| EIGEN_CONSTEXPR CoeffReturnType | coeff (Index index) const |
| |
| EIGEN_CONSTEXPR 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 |
| |
| EIGEN_CONSTEXPR 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 |
| |
| EIGEN_CONSTEXPR Scalar & | w () |
| |
| EIGEN_CONSTEXPR CoeffReturnType | w () const |
| |
| EIGEN_CONSTEXPR Scalar & | x () |
| |
| EIGEN_CONSTEXPR CoeffReturnType | x () const |
| |
| EIGEN_CONSTEXPR Scalar & | y () |
| |
| EIGEN_CONSTEXPR CoeffReturnType | y () const |
| |
| EIGEN_CONSTEXPR Scalar & | z () |
| |
| EIGEN_CONSTEXPR CoeffReturnType | z () const |
| |
| EIGEN_CONSTEXPR CoeffReturnType | coeff (Index index) const |
| |
| EIGEN_CONSTEXPR CoeffReturnType | coeff (Index row, Index col) const |
| |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| |
| Derived & | derived () |
| |
| const Derived & | derived () const |
| |
| EIGEN_CONSTEXPR CoeffReturnType | operator() (Index index) const |
| |
| EIGEN_CONSTEXPR CoeffReturnType | operator() (Index row, Index col) const |
| |
| EIGEN_CONSTEXPR CoeffReturnType | operator[] (Index index) const |
| |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| |
| EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
| |
| EIGEN_CONSTEXPR CoeffReturnType | w () const |
| |
| EIGEN_CONSTEXPR CoeffReturnType | x () const |
| |
| EIGEN_CONSTEXPR CoeffReturnType | y () const |
| |
| EIGEN_CONSTEXPR CoeffReturnType | z () const |
| |
| 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 |
| |