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