Expression of the transpose of a matrix.
| 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.
Public Types | |
| typedef TransposeImpl < MatrixType, typename internal::traits< MatrixType > ::StorageKind >::Base | Base |
Public Member Functions | |
| Transpose (MatrixType &matrix) | |
| Index | rows () const |
| Index | cols () const |
| const internal::remove_all < typename MatrixType::Nested > ::type & | nestedExpression () const |
| internal::remove_all< typename MatrixType::Nested >::type & | nestedExpression () |
Protected Attributes | |
| const MatrixType::Nested | m_matrix |
| typedef TransposeImpl<MatrixType,typename internal::traits<MatrixType>::StorageKind>::Base Eigen::Transpose::Base |
| const internal::remove_all<typename MatrixType::Nested>::type& Eigen::Transpose::nestedExpression | ( | ) | const [inline] |
| internal::remove_all<typename MatrixType::Nested>::type& Eigen::Transpose::nestedExpression | ( | ) | [inline] |
const MatrixType::Nested Eigen::Transpose::m_matrix [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |