Public Types | Public Member Functions | Protected Attributes
Transpose< MatrixType > Class Template Reference

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

#include <Transpose.h>

+ Inheritance diagram for Transpose< MatrixType >:

List of all members.

Public Types

typedef TransposeImpl
< MatrixType, typename
internal::traits< MatrixType >
::StorageKind >::Base 
Base

Public Member Functions

Index cols () const
const internal::remove_all
< typename MatrixType::Nested >
::type & 
nestedExpression () const
internal::remove_all< typename
MatrixType::Nested >::type & 
nestedExpression ()
Index rows () const
 Transpose (MatrixType &matrix)

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 Typedef Documentation

typedef TransposeImpl<MatrixType,typename internal::traits<MatrixType>::StorageKind>::Base Base

Constructor & Destructor Documentation

Transpose ( MatrixType &  matrix)
inline

Member Function Documentation

Index cols ( void  ) const
inline
const internal::remove_all<typename MatrixType::Nested>::type& nestedExpression ( ) const
inline
Returns:
the nested expression
internal::remove_all<typename MatrixType::Nested>::type& nestedExpression ( )
inline
Returns:
the nested expression
Index rows ( void  ) const
inline

Member Data Documentation

MatrixType::Nested m_matrix
protected

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