Eigen  3.4.90 (git rev 9589cc4e7fd8e4538bedef80dd36c7738977a8be)
 
Loading...
Searching...
No Matches
Eigen::Transpose< MatrixType > Class Template Reference

#include <Eigen/src/Core/Transpose.h>

Detailed Description

template<typename MatrixType>
class Eigen::Transpose< MatrixType >

Expression of the transpose of a matrix.

Template Parameters
MatrixTypethe 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()

Public Member Functions

std::remove_reference_t< MatrixTypeNested > & nestedExpression ()
 
const internal::remove_all_t< MatrixTypeNested > & nestedExpression () const
 

Member Function Documentation

◆ nestedExpression() [1/2]

template<typename MatrixType>
std::remove_reference_t< MatrixTypeNested > & Eigen::Transpose< MatrixType >::nestedExpression ( )
inline
Returns
the nested expression

◆ nestedExpression() [2/2]

template<typename MatrixType>
const internal::remove_all_t< MatrixTypeNested > & Eigen::Transpose< MatrixType >::nestedExpression ( ) const
inline
Returns
the nested expression

The documentation for this class was generated from the following files: