![]() |
Eigen
3.3.9
|
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 | cols () const |
Index | colStride () const |
Derived & | derived () |
const Derived & | derived () const |
Index | innerStride () const |
Index | outerStride () const |
Index | rows () const |
Index | rowStride () const |
Index | size () const |
![]() | |
Scalar & | coeffRef (Index index) |
Scalar & | coeffRef (Index row, Index col) |
Index | cols () const |
Derived & | derived () |
const Derived & | derived () const |
Scalar & | operator() (Index index) |
Scalar & | operator() (Index row, Index col) |
Scalar & | operator[] (Index index) |
Index | rows () const |
Index | size () const |
Scalar & | w () |
Scalar & | x () |
Scalar & | y () |
Scalar & | z () |
![]() | |
CoeffReturnType | coeff (Index index) const |
CoeffReturnType | coeff (Index row, Index col) const |
Index | cols () const |
Derived & | derived () |
const Derived & | derived () const |
CoeffReturnType | operator() (Index index) const |
CoeffReturnType | operator() (Index row, Index col) const |
CoeffReturnType | operator[] (Index index) const |
Index | rows () const |
Index | size () const |
CoeffReturnType | w () const |
CoeffReturnType | x () const |
CoeffReturnType | y () const |
CoeffReturnType | z () const |
![]() | |
Index | cols () const |
Derived & | derived () |
const Derived & | derived () const |
Index | rows () const |
Index | size () const |
Additional Inherited Members | |
![]() | |
typedef Eigen::Index | Index |
The interface type of indices. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |