#include <Eigen/src/Core/Transpose.h>
template<typename
MatrixType>
class Eigen::Transpose< MatrixType >
Expression of the transpose of a matrix.
- Template Parameters
-
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.
- See also
- MatrixBase::transpose(), MatrixBase::adjoint()
◆ nestedExpression() [1/2]
- Returns
- the nested expression
◆ nestedExpression() [2/2]
- Returns
- the nested expression
The documentation for this class was generated from the following files: