Eigne Matrix Class Library

Dependents:   Eigen_test Odometry_test AttitudeEstimation_usingTicker MPU9250_Quaternion_Binary_Serial ... more

Embed: (wiki syntax)

« Back to documentation index

Transpose< MatrixType > Class Template Reference

Transpose< MatrixType > Class Template Reference
[Core module]

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

#include <Transpose.h>

Public Member Functions

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

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

Definition at line 57 of file Transpose.h.


Member Function Documentation

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

Definition at line 78 of file Transpose.h.

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

Definition at line 74 of file Transpose.h.