Medial Code Documentation
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes
Eigen::Transpose< MatrixType > Class Template Reference

Expression of the transpose of a matrix. More...

#include <Transpose.h>

Inheritance diagram for Eigen::Transpose< MatrixType >:
Eigen::TransposeImpl< MatrixType, internal::traits< MatrixType >::StorageKind >

Public Types

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 Transpose (MatrixType &matrix)
 
EIGEN_DEVICE_FUNC Index rows () const
 
EIGEN_DEVICE_FUNC Index cols () const
 
EIGEN_DEVICE_FUNC const internal::remove_all< typenameMatrixType::Nested >::type & nestedExpression () const
 
EIGEN_DEVICE_FUNC internal::remove_all< typenameMatrixType::Nested >::type & nestedExpression ()
 

Protected Attributes

MatrixType::Nested m_matrix
 

Detailed Description

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

Expression of the transpose of a matrix.

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()

Member Function Documentation

◆ nestedExpression() [1/2]

template<typename MatrixType >
EIGEN_DEVICE_FUNC internal::remove_all< typenameMatrixType::Nested >::type & Eigen::Transpose< MatrixType >::nestedExpression ( )
inline
Returns
the nested expression

◆ nestedExpression() [2/2]

template<typename MatrixType >
EIGEN_DEVICE_FUNC const internal::remove_all< typenameMatrixType::Nested >::type & Eigen::Transpose< MatrixType >::nestedExpression ( ) const
inline
Returns
the nested expression

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