Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed > Struct Template Reference

#include <Transpositions.h>

Inheritance diagram for Eigen::internal::transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed >:
Inheritance graph
[legend]

Public Types

typedef TranspositionType::Index Index
 
typedef remove_all< typename MatrixType::Nested >::type MatrixTypeNestedCleaned
 
- Public Types inherited from Eigen::ReturnByValue< transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed > >
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 
typedef internal::traits< transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed > >::ReturnType ReturnType
 

Public Member Functions

int cols () const
 
template<typename Dest >
void evalTo (Dest &dst) const
 
int rows () const
 
 transposition_matrix_product_retval (const TranspositionType &tr, const MatrixType &matrix)
 
- Public Member Functions inherited from Eigen::ReturnByValue< transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed > >
const Unusablecoeff (Index) const
 
const Unusablecoeff (Index, Index) const
 
UnusablecoeffRef (Index)
 
UnusablecoeffRef (Index, Index)
 
Index cols () const
 
void evalTo (Dest &dst) const
 
Index rows () const
 

Protected Attributes

MatrixType::Nested m_matrix
 
const TranspositionType & m_transpositions
 

Detailed Description

template<typename TranspositionType, typename MatrixType, int Side, bool Transposed>
struct Eigen::internal::transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed >

Definition at line 45 of file Transpositions.h.

Member Typedef Documentation

template<typename TranspositionType, typename MatrixType, int Side, bool Transposed>
typedef TranspositionType::Index Eigen::internal::transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed >::Index

Definition at line 365 of file Transpositions.h.

template<typename TranspositionType, typename MatrixType, int Side, bool Transposed>
typedef remove_all<typename MatrixType::Nested>::type Eigen::internal::transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed >::MatrixTypeNestedCleaned

Definition at line 364 of file Transpositions.h.

Constructor & Destructor Documentation

template<typename TranspositionType, typename MatrixType, int Side, bool Transposed>
Eigen::internal::transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed >::transposition_matrix_product_retval ( const TranspositionType &  tr,
const MatrixType &  matrix 
)
inline

Definition at line 367 of file Transpositions.h.

Member Function Documentation

template<typename TranspositionType, typename MatrixType, int Side, bool Transposed>
int Eigen::internal::transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed >::cols ( void  ) const
inline

Definition at line 372 of file Transpositions.h.

template<typename TranspositionType, typename MatrixType, int Side, bool Transposed>
template<typename Dest >
void Eigen::internal::transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed >::evalTo ( Dest &  dst) const
inline

Definition at line 374 of file Transpositions.h.

template<typename TranspositionType, typename MatrixType, int Side, bool Transposed>
int Eigen::internal::transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed >::rows ( void  ) const
inline

Definition at line 371 of file Transpositions.h.

Member Data Documentation

template<typename TranspositionType, typename MatrixType, int Side, bool Transposed>
MatrixType::Nested Eigen::internal::transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed >::m_matrix
protected

Definition at line 394 of file Transpositions.h.

template<typename TranspositionType, typename MatrixType, int Side, bool Transposed>
const TranspositionType& Eigen::internal::transposition_matrix_product_retval< TranspositionType, MatrixType, Side, Transposed >::m_transpositions
protected

Definition at line 393 of file Transpositions.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:20