Expression of the transpose of a matrix. More...
Public Types | |
typedef TransposeImpl< MatrixType, typename internal::traits< MatrixType >::StorageKind >::Base | Base |
typedef internal::ref_selector< MatrixType >::non_const_type | MatrixTypeNested |
typedef internal::remove_all_t< MatrixType > | NestedExpression |
Public Member Functions | |
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
std::remove_reference_t< MatrixTypeNested > & | nestedExpression () |
const internal::remove_all_t< MatrixTypeNested > & | nestedExpression () const |
void | resize (Index nrows, Index ncols) |
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
Transpose (MatrixType &matrix) | |
Protected Attributes | |
internal::ref_selector< MatrixType >::non_const_type | 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 54 of file Transpose.h.
typedef TransposeImpl<MatrixType,typename internal::traits<MatrixType>::StorageKind>::Base Eigen::Transpose< MatrixType >::Base |
Definition at line 61 of file Transpose.h.
typedef internal::ref_selector<MatrixType>::non_const_type Eigen::Transpose< MatrixType >::MatrixTypeNested |
Definition at line 59 of file Transpose.h.
typedef internal::remove_all_t<MatrixType> Eigen::Transpose< MatrixType >::NestedExpression |
Definition at line 63 of file Transpose.h.
|
inlineexplicit |
Definition at line 66 of file Transpose.h.
|
inline |
Definition at line 73 of file Transpose.h.
|
inline |
|
inline |
|
inline |
Definition at line 87 of file Transpose.h.
|
inline |
Definition at line 71 of file Transpose.h.
|
protected |
Definition at line 92 of file Transpose.h.