Base class providing direct read/write coefficient access to matrices and arrays. More...
Public Types | |
typedef DenseCoeffsBase< Derived, WriteAccessors > | Base |
typedef NumTraits< Scalar >::Real | RealScalar |
typedef internal::traits< Derived >::Scalar | Scalar |
![]() | |
typedef DenseCoeffsBase< Derived, ReadOnlyAccessors > | Base |
typedef internal::packet_traits< Scalar >::type | PacketScalar |
typedef NumTraits< Scalar >::Real | RealScalar |
typedef internal::traits< Derived >::Scalar | Scalar |
typedef internal::traits< Derived >::StorageKind | StorageKind |
![]() | |
typedef EigenBase< Derived > | Base |
typedef std::conditional_t< bool(internal::traits< Derived >::Flags &LvalueBit), const Scalar &, std::conditional_t< internal::is_arithmetic< Scalar >::value, Scalar, const Scalar > > | CoeffReturnType |
typedef internal::add_const_on_value_type_if_arithmetic< typename internal::packet_traits< Scalar >::type >::type | PacketReturnType |
typedef internal::packet_traits< Scalar >::type | PacketScalar |
typedef internal::traits< Derived >::Scalar | Scalar |
typedef internal::traits< Derived >::StorageKind | StorageKind |
![]() | |
typedef Eigen::Index | Index |
The interface type of indices. More... | |
typedef internal::traits< Derived >::StorageKind | StorageKind |
Additional Inherited Members | |
![]() | |
void | coeffRef () |
void | coeffRefByOuterInner () |
void | colStride () |
void | copyCoeff () |
void | copyCoeffByOuterInner () |
void | copyPacket () |
void | copyPacketByOuterInner () |
void | innerStride () |
void | outerStride () |
void | rowStride () |
void | stride () |
void | writePacket () |
void | writePacketByOuterInner () |
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()
.
Definition at line 557 of file DenseCoeffsBase.h.
typedef DenseCoeffsBase<Derived, WriteAccessors> Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::Base |
Definition at line 562 of file DenseCoeffsBase.h.
typedef NumTraits<Scalar>::Real Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::RealScalar |
Definition at line 564 of file DenseCoeffsBase.h.
typedef internal::traits<Derived>::Scalar Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::Scalar |
Definition at line 563 of file DenseCoeffsBase.h.
|
inline |
Definition at line 65 of file EigenBase.h.
|
inline |
Definition at line 613 of file DenseCoeffsBase.h.
|
inline |
Definition at line 48 of file EigenBase.h.
|
inline |
Definition at line 51 of file EigenBase.h.
|
inline |
Definition at line 576 of file DenseCoeffsBase.h.
|
inline |
Definition at line 587 of file DenseCoeffsBase.h.
|
inline |
Definition at line 62 of file EigenBase.h.
|
inline |
Definition at line 603 of file DenseCoeffsBase.h.
|
inline |
Definition at line 69 of file EigenBase.h.
|
inline |
Definition at line 593 of file DenseCoeffsBase.h.