Transpose< MatrixType > Class Template Reference
[Core module]

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

Inherits TransposeImpl< MatrixType, internal::traits< MatrixType >::StorageKind >.

List of all members.

Public Member Functions

internal::remove_all< typename
MatrixType::Nested >::type & 
nestedExpression ()
const internal::remove_all
< typename MatrixType::Nested >
::type & 
nestedExpression () const

Detailed Description

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

Expression of the transpose of a matrix.

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

Member Function Documentation

internal::remove_all<typename MatrixType::Nested>::type& nestedExpression (  )  [inline]
Returns:
the nested expression
const internal::remove_all<typename MatrixType::Nested>::type& nestedExpression (  )  const [inline]
Returns:
the nested expression

The documentation for this class was generated from the following file:
Generated on Sun Jul 3 00:55:36 2011 for Eigen by  doxygen 1.6.3