Eigne Matrix Class Library

Dependents:   Eigen_test Odometry_test AttitudeEstimation_usingTicker MPU9250_Quaternion_Binary_Serial ... more

Embed: (wiki syntax)

« Back to documentation index

HessenbergDecompositionMatrixHReturnType< MatrixType > Struct Template Reference

HessenbergDecompositionMatrixHReturnType< MatrixType > Struct Template Reference
[Eigenvalues module]

More...

#include <HessenbergDecomposition.h>

Inherits Eigen::ReturnByValue< HessenbergDecompositionMatrixHReturnType< MatrixType > >.

Public Member Functions

 HessenbergDecompositionMatrixHReturnType (const HessenbergDecomposition< MatrixType > &hess)
 Constructor.
template<typename ResultType >
void evalTo (ResultType &result) const
 Hessenberg matrix in decomposition.

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


Constructor & Destructor Documentation

Constructor.

Parameters:
[in]hessHessenberg decomposition

Definition at line 346 of file HessenbergDecomposition.h.


Member Function Documentation

void evalTo ( ResultType &  result ) const

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.