![]() |
Eigen
3.3.3
|
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.
Inherits Eigen::TransposeImpl< MatrixType, internal::traits< MatrixType >::StorageKind >.
Public Member Functions | |
const internal::remove_all < MatrixTypeNested >::type & | nestedExpression () const |
internal::remove_reference < MatrixTypeNested >::type & | nestedExpression () |
const internal::remove_all<MatrixTypeNested>::type& Eigen::Transpose< MatrixType >::nestedExpression | ( | ) | const [inline] |
internal::remove_reference<MatrixTypeNested>::type& Eigen::Transpose< MatrixType >::nestedExpression | ( | ) | [inline] |