Function generalizedschur from lapack
Brief description
generalizedschur(A:lmatrix_t,B:lmatrix_t):List
Computes the generalized Schur form of a matrix pencil More ...
Function information
Name: | generalizedschur |
Base: | |
Group: | LAPACK plugins:Decompositions |
Icon: | lapack.png |
Color: | darkRed |
Authors: | |
Copyright: |
Detailed description
Computes the generalized Schur form of a matrix pencil
Input parameters
-
A:
lmatrix_t
- Left-hand side matrix
-
B:
lmatrix_t
- Right-hand side matrix
Return values
-
Default return value:
List
- List of a vector with real eigenvalues and the matrix of right corresponding eigenvectors