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 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)
 
EIGEN_DEVICE_FUNC Index cols () const
 
EIGEN_DEVICE_FUNC void evalTo (Dest &dst) const
 
EIGEN_DEVICE_FUNC Index rows () const
 

Protected Attributes

const HessenbergDecomposition< MatrixType > & m_hess
 

Additional Inherited Members

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

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.

Constructor & Destructor Documentation

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

Constructor.

Parameters
[in]hessHessenberg decomposition

Definition at line 347 of file HessenbergDecomposition.h.

Member Function Documentation

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

Definition at line 364 of file HessenbergDecomposition.h.

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 355 of file HessenbergDecomposition.h.

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

Definition at line 363 of file HessenbergDecomposition.h.

Member Data Documentation

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

Definition at line 367 of file HessenbergDecomposition.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:37