template<typename MatrixType>
Transpose class
Expression of the transpose of a matrix.
| Template parameters | |
|---|---|
| MatrixType | the type of the object of which we are taking the transpose |
Contents
- Reference
This class represents an expression of the transpose of a matrix. It is the return type of MatrixBase::
Public functions
- auto nestedExpression() const -> const internal::remove_all<MatrixTypeNested>::type&
- auto nestedExpression() -> internal::remove_reference<MatrixTypeNested>::type&
Function documentation
template<typename MatrixType>
const internal::remove_all<MatrixTypeNested>::type& Eigen:: Transpose<MatrixType>:: nestedExpression() const
| Returns | the nested expression |
|---|
template<typename MatrixType>
internal::remove_reference<MatrixTypeNested>::type& Eigen:: Transpose<MatrixType>:: nestedExpression()
| Returns | the nested expression |
|---|