Function qzdecomposition from lapack
Brief description
qzdecomposition(A:lmatrix_t,B:lmatrix_t):List
Computes the QZ-decomposition of a matrix More ...
Function information
Name: | qzdecomposition |
Base: | |
Group: | LAPACK plugins:Decompositions |
Icon: | lapack.png |
Color: | darkRed |
Authors: | |
Copyright: |
Detailed description
Computes the QZ-decomposition 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