Expression type for return value of HessenbergDecomposition::matrixH().
More...
Inherits Eigen::ReturnByValue< HessenbergDecompositionMatrixHReturnType< MatrixType > >, Eigen::ReturnByValue< HessenbergDecompositionMatrixHReturnType< MatrixType > >, Eigen::ReturnByValue< HessenbergDecompositionMatrixHReturnType< MatrixType > >, Eigen::ReturnByValue< HessenbergDecompositionMatrixHReturnType< MatrixType > >, and Eigen::ReturnByValue< HessenbergDecompositionMatrixHReturnType< MatrixType > >.
List of all members.
Detailed Description
template<typename MatrixType>
struct Eigen::internal::HessenbergDecompositionMatrixHReturnType< MatrixType >
Expression type for return value of HessenbergDecomposition::matrixH().
This is defined in the Eigenvalues module.
#include <Eigen/Eigenvalues>
- Template Parameters:
-
| MatrixType | type 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.
Constructor & Destructor Documentation
Constructor.
- Parameters:
-
[in] | hess | Hessenberg decomposition |
Constructor.
- Parameters:
-
[in] | hess | Hessenberg decomposition |
Constructor.
- Parameters:
-
[in] | hess | Hessenberg decomposition |
Constructor.
- Parameters:
-
[in] | hess | Hessenberg decomposition |
Constructor.
- Parameters:
-
[in] | hess | Hessenberg decomposition |
Member Function Documentation
void evalTo |
( |
ResultType & |
result |
) |
const [inline] |
Hessenberg matrix in decomposition.
- Parameters:
-
[out] | result | Hessenberg matrix in decomposition hess which was passed to the constructor |
void evalTo |
( |
ResultType & |
result |
) |
const [inline] |
Hessenberg matrix in decomposition.
- Parameters:
-
[out] | result | Hessenberg matrix in decomposition hess which was passed to the constructor |
void evalTo |
( |
ResultType & |
result |
) |
const [inline] |
Hessenberg matrix in decomposition.
- Parameters:
-
[out] | result | Hessenberg matrix in decomposition hess which was passed to the constructor |
void evalTo |
( |
ResultType & |
result |
) |
const [inline] |
Hessenberg matrix in decomposition.
- Parameters:
-
[out] | result | Hessenberg matrix in decomposition hess which was passed to the constructor |
void evalTo |
( |
ResultType & |
result |
) |
const [inline] |
Hessenberg matrix in decomposition.
- Parameters:
-
[out] | result | Hessenberg matrix in decomposition hess which was passed to the constructor |
The documentation for this struct was generated from the following file: