Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::Transpose< MatrixType > Class Template Reference

Expression of the transpose of a matrix. More...

#include <Transpose.h>

Inheritance diagram for Eigen::Transpose< MatrixType >:
Inheritance graph
[legend]

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< MatrixType >::type NestedExpression
 
- Public Types inherited from Eigen::TransposeImpl< MatrixType, internal::traits< MatrixType >::StorageKind >
typedef internal::generic_xpr_base< Transpose< MatrixType > >::type Base
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index cols () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::remove_reference< MatrixTypeNested >::typenestedExpression ()
 
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE internal::remove_all< MatrixTypeNested >::typenestedExpression () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void resize (Index nrows, Index ncols)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index rows () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Transpose (MatrixType &matrix)
 

Protected Attributes

internal::ref_selector< MatrixType >::non_const_type m_matrix
 

Detailed Description

template<typename MatrixType>
class Eigen::Transpose< MatrixType >

Expression of the transpose of a matrix.

Template Parameters
MatrixTypethe 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.

See also
MatrixBase::transpose(), MatrixBase::adjoint()

Definition at line 52 of file Transpose.h.

Member Typedef Documentation

◆ Base

template<typename MatrixType >
typedef TransposeImpl<MatrixType,typename internal::traits<MatrixType>::StorageKind>::Base Eigen::Transpose< MatrixType >::Base

Definition at line 59 of file Transpose.h.

◆ MatrixTypeNested

template<typename MatrixType >
typedef internal::ref_selector<MatrixType>::non_const_type Eigen::Transpose< MatrixType >::MatrixTypeNested

Definition at line 57 of file Transpose.h.

◆ NestedExpression

template<typename MatrixType >
typedef internal::remove_all<MatrixType>::type Eigen::Transpose< MatrixType >::NestedExpression

Definition at line 61 of file Transpose.h.

Constructor & Destructor Documentation

◆ Transpose()

template<typename MatrixType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::Transpose< MatrixType >::Transpose ( MatrixType matrix)
inlineexplicit

Definition at line 64 of file Transpose.h.

Member Function Documentation

◆ cols()

template<typename MatrixType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index Eigen::Transpose< MatrixType >::cols ( ) const
inline

Definition at line 71 of file Transpose.h.

◆ nestedExpression() [1/2]

template<typename MatrixType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE internal::remove_reference<MatrixTypeNested>::type& Eigen::Transpose< MatrixType >::nestedExpression ( )
inline
Returns
the nested expression

Definition at line 81 of file Transpose.h.

◆ nestedExpression() [2/2]

template<typename MatrixType >
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE internal::remove_all<MatrixTypeNested>::type& Eigen::Transpose< MatrixType >::nestedExpression ( ) const
inline
Returns
the nested expression

Definition at line 76 of file Transpose.h.

◆ resize()

template<typename MatrixType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::Transpose< MatrixType >::resize ( Index  nrows,
Index  ncols 
)
inline

Definition at line 85 of file Transpose.h.

◆ rows()

template<typename MatrixType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index Eigen::Transpose< MatrixType >::rows ( ) const
inline

Definition at line 69 of file Transpose.h.

Member Data Documentation

◆ m_matrix

template<typename MatrixType >
internal::ref_selector<MatrixType>::non_const_type Eigen::Transpose< MatrixType >::m_matrix
protected

Definition at line 90 of file Transpose.h.


The documentation for this class was generated from the following file:


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:11:32