Function generalizedhessenberg from lapack
Brief description
generalizedhessenberg(A:lmatrix_t,B:lmatrix_t):List
Computes the generalized Hessenberg form of a matrix More ...
Function information
| Name: | generalizedhessenberg |
| Base: | |
| Group: | LAPACK plugins:Decompositions |
| Icon: | lapack.png |
| Color: | darkRed |
| Authors: | |
| Copyright: |
Detailed description
Computes the generalized Hessenberg form of a matrix
Input parameters
-
A:
lmatrix_t
- Left-hand side matrix
-
B:
lmatrix_t
- Right-hand side matrix
Return values
-
Default return value:
List
- List of the matrices Q, H, T, and Z
