![]() |
Eigen
3.3.3
|
Base class providing direct read/write coefficient access to matrices and arrays.
Derived | Type of the derived class |
#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()
.
Public Member Functions | |
Index | colStride () const |
Index | innerStride () const |
Index | outerStride () const |
Index | rowStride () const |
Index Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::colStride | ( | ) | const [inline] |
Index Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::innerStride | ( | ) | const [inline] |
Reimplemented in Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols >, and Eigen::Array< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols >.
Index Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::outerStride | ( | ) | const [inline] |
Reimplemented in Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols >, and Eigen::Array< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols >.
Index Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::rowStride | ( | ) | const [inline] |