![]() |
Eigen
3.4.90 (git rev 5a9f66fb35d03a4da9ef8976e67a61b30aa16dcf)
|
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 | |
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
EIGEN_CONSTEXPR Index | colStride () const |
Derived & | derived () |
const Derived & | derived () const |
EIGEN_CONSTEXPR Index | innerStride () const |
EIGEN_CONSTEXPR Index | outerStride () const |
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
EIGEN_CONSTEXPR Index | rowStride () const |
EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
typedef Eigen::Index | Index |
The interface type of indices. | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |