Public Member Functions | Protected Attributes | Private Types | Friends | List of all members
Eigen::Transpose< TranspositionsBase< TranspositionsDerived > > Class Template Reference

#include <Transpositions.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index cols () const EIGEN_NOEXCEPT
 
const EIGEN_DEVICE_FUNC TranspositionTypenestedExpression () const
 
template<typename OtherDerived >
const Product< Transpose, OtherDerived, AliasFreeProductoperator* (const MatrixBase< OtherDerived > &matrix) const
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index rows () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index size () const EIGEN_NOEXCEPT
 
 Transpose (const TranspositionType &t)
 

Protected Attributes

const TranspositionTypem_transpositions
 

Private Types

typedef TranspositionType::IndicesType IndicesType
 
typedef TranspositionsDerived TranspositionType
 

Friends

template<typename OtherDerived >
const friend Product< OtherDerived, Transpose, AliasFreeProductoperator* (const MatrixBase< OtherDerived > &matrix, const Transpose &trt)
 

Detailed Description

template<typename TranspositionsDerived>
class Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >

Definition at line 344 of file Transpositions.h.

Member Typedef Documentation

◆ IndicesType

template<typename TranspositionsDerived >
typedef TranspositionType::IndicesType Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::IndicesType
private

Definition at line 347 of file Transpositions.h.

◆ TranspositionType

template<typename TranspositionsDerived >
typedef TranspositionsDerived Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::TranspositionType
private

Definition at line 346 of file Transpositions.h.

Constructor & Destructor Documentation

◆ Transpose()

template<typename TranspositionsDerived >
Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::Transpose ( const TranspositionType t)
inlineexplicit

Definition at line 350 of file Transpositions.h.

Member Function Documentation

◆ cols()

template<typename TranspositionsDerived >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::cols ( ) const
inline

Definition at line 357 of file Transpositions.h.

◆ nestedExpression()

template<typename TranspositionsDerived >
const EIGEN_DEVICE_FUNC TranspositionType& Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::nestedExpression ( ) const
inline

Definition at line 378 of file Transpositions.h.

◆ operator*()

template<typename TranspositionsDerived >
template<typename OtherDerived >
const Product<Transpose, OtherDerived, AliasFreeProduct> Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::operator* ( const MatrixBase< OtherDerived > &  matrix) const
inline
Returns
the matrix with the inverse transpositions applied to the rows.

Definition at line 372 of file Transpositions.h.

◆ rows()

template<typename TranspositionsDerived >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::rows ( ) const
inline

Definition at line 355 of file Transpositions.h.

◆ size()

template<typename TranspositionsDerived >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::size ( ) const
inline

Definition at line 353 of file Transpositions.h.

Friends And Related Function Documentation

◆ operator*

template<typename TranspositionsDerived >
template<typename OtherDerived >
const friend Product<OtherDerived, Transpose, AliasFreeProduct> operator* ( const MatrixBase< OtherDerived > &  matrix,
const Transpose< TranspositionsBase< TranspositionsDerived > > &  trt 
)
friend
Returns
the matrix with the inverse transpositions applied to the columns.

Definition at line 363 of file Transpositions.h.

Member Data Documentation

◆ m_transpositions

template<typename TranspositionsDerived >
const TranspositionType& Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::m_transpositions
protected

Definition at line 381 of file Transpositions.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:30:08