WPILibC++ 2023.4.3-108-ge5452e3
|
Expression of the transpose of a matrix. More...
Public Types | |
typedef internal::ref_selector< MatrixType >::non_const_type | MatrixTypeNested |
typedef TransposeImpl< MatrixType, typenameinternal::traits< MatrixType >::StorageKind >::Base | Base |
typedef internal::remove_all< MatrixType >::type | NestedExpression |
Public Types inherited from Eigen::TransposeImpl< MatrixType, internal::traits< MatrixType >::StorageKind > | |
typedef internal::generic_xpr_base< Transpose< MatrixType > >::type | Base |
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | Transpose (MatrixType &matrix) |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const internal::remove_all< MatrixTypeNested >::type & | nestedExpression () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::remove_reference< MatrixTypeNested >::type & | nestedExpression () |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | resize (Index nrows, Index ncols) |
Protected Attributes | |
internal::ref_selector< MatrixType >::non_const_type | m_matrix |
Expression of the transpose of a matrix.
MatrixType | the type of the object of which we are taking the transpose |
This class represents an expression of the transpose of a matrix. It is the return type of MatrixBase::transpose() and MatrixBase::adjoint() and most of the time this is the only way it is used.
typedef TransposeImpl<MatrixType,typenameinternal::traits<MatrixType>::StorageKind>::Base Eigen::Transpose< MatrixType >::Base |
typedef internal::ref_selector<MatrixType>::non_const_type Eigen::Transpose< MatrixType >::MatrixTypeNested |
typedef internal::remove_all<MatrixType>::type Eigen::Transpose< MatrixType >::NestedExpression |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |