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.
typedef TransposeImpl<MatrixType,typename internal::traits<MatrixType>::StorageKind>::Base Base |
Transpose | ( | MatrixType & | matrix | ) | [inline] |
Index cols | ( | void | ) | const [inline] |
const internal::remove_all<typename MatrixType::Nested>::type& nestedExpression | ( | ) | const [inline] |
internal::remove_all<typename MatrixType::Nested>::type& nestedExpression | ( | ) | [inline] |
Index rows | ( | void | ) | const [inline] |
MatrixType::Nested m_matrix [protected] |