Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::HessenbergDecompositionMatrixHReturnType< MatrixType > Struct Template Reference

Expression type for return value of HessenbergDecomposition::matrixH() More...

#include <HessenbergDecomposition.h>

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

Public Types

typedef MatrixType::Index Index
 
- Public Types inherited from Eigen::ReturnByValue< HessenbergDecompositionMatrixHReturnType< MatrixType > >
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 
typedef internal::traits< HessenbergDecompositionMatrixHReturnType< MatrixType > >::ReturnType ReturnType
 

Public Member Functions

Index cols () const
 
template<typename ResultType >
void evalTo (ResultType &result) const
 Hessenberg matrix in decomposition. More...
 
 HessenbergDecompositionMatrixHReturnType (const HessenbergDecomposition< MatrixType > &hess)
 Constructor. More...
 
Index rows () const
 
- Public Member Functions inherited from Eigen::ReturnByValue< HessenbergDecompositionMatrixHReturnType< MatrixType > >
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

const HessenbergDecomposition< MatrixType > & m_hess
 

Detailed Description

template<typename MatrixType>
struct Eigen::internal::HessenbergDecompositionMatrixHReturnType< MatrixType >

Expression type for return value of HessenbergDecomposition::matrixH()

Template Parameters
MatrixTypetype of matrix in the Hessenberg decomposition

Objects of this type represent the Hessenberg matrix in the Hessenberg decomposition of some matrix. The object holds a reference to the HessenbergDecomposition class until the it is assigned or evaluated for some other reason (the reference should remain valid during the life time of this object). This class is the return type of HessenbergDecomposition::matrixH(); there is probably no other use for this class.

Definition at line 18 of file HessenbergDecomposition.h.

Member Typedef Documentation

◆ Index

template<typename MatrixType >
typedef MatrixType::Index Eigen::internal::HessenbergDecompositionMatrixHReturnType< MatrixType >::Index

Definition at line 340 of file HessenbergDecomposition.h.

Constructor & Destructor Documentation

◆ HessenbergDecompositionMatrixHReturnType()

template<typename MatrixType >
Eigen::internal::HessenbergDecompositionMatrixHReturnType< MatrixType >::HessenbergDecompositionMatrixHReturnType ( const HessenbergDecomposition< MatrixType > &  hess)
inline

Constructor.

Parameters
[in]hessHessenberg decomposition

Definition at line 346 of file HessenbergDecomposition.h.

Member Function Documentation

◆ cols()

template<typename MatrixType >
Index Eigen::internal::HessenbergDecompositionMatrixHReturnType< MatrixType >::cols ( void  ) const
inline

Definition at line 363 of file HessenbergDecomposition.h.

◆ evalTo()

template<typename MatrixType >
template<typename ResultType >
void Eigen::internal::HessenbergDecompositionMatrixHReturnType< MatrixType >::evalTo ( ResultType &  result) const
inline

Hessenberg matrix in decomposition.

Parameters
[out]resultHessenberg matrix in decomposition hess which was passed to the constructor

Definition at line 354 of file HessenbergDecomposition.h.

◆ rows()

template<typename MatrixType >
Index Eigen::internal::HessenbergDecompositionMatrixHReturnType< MatrixType >::rows ( void  ) const
inline

Definition at line 362 of file HessenbergDecomposition.h.

Member Data Documentation

◆ m_hess

template<typename MatrixType >
const HessenbergDecomposition<MatrixType>& Eigen::internal::HessenbergDecompositionMatrixHReturnType< MatrixType >::m_hess
protected

Definition at line 366 of file HessenbergDecomposition.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Feb 28 2022 23:58:15