![]() |
|
Expression of the transpose of a matrix. More...
#include <Transpose.h>
Public Types | |
typedef internal::ref_selector< MatrixType >::non_const_type | MatrixTypeNested |
typedef TransposeImpl< MatrixType, typename internal::traits< MatrixType >::StorageKind >::Base | Base |
typedef internal::remove_all_t< MatrixType > | NestedExpression |
![]() | |
typedef internal::generic_xpr_base< Transpose< MatrixType > >::type | Base |
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | Transpose (MatrixType &matrix) |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const internal::remove_all_t< MatrixTypeNested > & | nestedExpression () const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::remove_reference_t< MatrixTypeNested > & | nestedExpression () |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | resize (Index nrows, Index ncols) |
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.
typedef TransposeImpl<MatrixType, typename internal::traits<MatrixType>::StorageKind>::Base Eigen::Transpose< MatrixType >::Base |
typedef internal::ref_selector<MatrixType>::non_const_type Eigen::Transpose< MatrixType >::MatrixTypeNested |
typedef internal::remove_all_t<MatrixType> Eigen::Transpose< MatrixType >::NestedExpression |
|
inlineexplicit |
|
inline |
References Eigen::Transpose< MatrixType >::m_matrix.
Referenced by gdb.printers._MatrixEntryIterator::__next__(), gdb.printers.EigenMatrixPrinter::children(), gdb.printers.EigenSparseMatrixPrinter::children(), gdb.printers.EigenMatrixPrinter::to_string(), and gdb.printers.EigenSparseMatrixPrinter::to_string().
|
inline |
References Eigen::Transpose< MatrixType >::m_matrix.
|
inline |
References Eigen::Transpose< MatrixType >::m_matrix.
Referenced by Eigen::internal::generic_product_impl< Lhs, Transpose< Rhs >, MatrixShape, TranspositionsShape, ProductTag >::evalTo(), and Eigen::internal::generic_product_impl< Transpose< Lhs >, Rhs, TranspositionsShape, MatrixShape, ProductTag >::evalTo().
|
inline |
References Eigen::Transpose< MatrixType >::m_matrix.
|
inline |
References Eigen::Transpose< MatrixType >::m_matrix.
Referenced by gdb.printers._MatrixEntryIterator::__next__(), gdb.printers.EigenMatrixPrinter::children(), gdb.printers.EigenSparseMatrixPrinter::children(), gdb.printers.EigenMatrixPrinter::to_string(), and gdb.printers.EigenSparseMatrixPrinter::to_string().
|
protected |