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 &a_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.
|
inline |
Definition at line 65 of file Transpose.h.
|
inline |
Definition at line 70 of file Transpose.h.
|
inline |
Definition at line 74 of file Transpose.h.
|
inline |
Definition at line 78 of file Transpose.h.
|
inline |
Definition at line 69 of file Transpose.h.
|
protected |
Definition at line 81 of file Transpose.h.