Expression of the transpose of a matrix. More...
#include <Transpose.h>
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 |
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.
Definition at line 57 of file Transpose.h.
typedef TransposeImpl<MatrixType,typename internal::traits<MatrixType>::StorageKind>::Base Eigen::Transpose< MatrixType >::Base |
Definition at line 62 of file Transpose.h.
Eigen::Transpose< MatrixType >::Transpose | ( | MatrixType & | matrix | ) | [inline] |
Definition at line 65 of file Transpose.h.
Index Eigen::Transpose< MatrixType >::cols | ( | void | ) | const [inline] |
Definition at line 70 of file Transpose.h.
const internal::remove_all<typename MatrixType::Nested>::type& Eigen::Transpose< MatrixType >::nestedExpression | ( | ) | const [inline] |
Definition at line 74 of file Transpose.h.
internal::remove_all<typename MatrixType::Nested>::type& Eigen::Transpose< MatrixType >::nestedExpression | ( | ) | [inline] |
Definition at line 78 of file Transpose.h.
Index Eigen::Transpose< MatrixType >::rows | ( | void | ) | const [inline] |
Definition at line 69 of file Transpose.h.
MatrixType::Nested Eigen::Transpose< MatrixType >::m_matrix [protected] |
Definition at line 81 of file Transpose.h.