This interface overloads the eigvalsh interface from
stdlib_linalg to compute the eigenvalues of a real-valued matrix
whose type is Bidiagonal.
lambda = eigvals(A)
A : real-valued matrix of Bidiagonal type.
It is an intent(in) argument.
lambda : Vector of eigenvalues in increasing order.
Utility function to compute the eigenvalues of a real
Bidiagonal matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Bidiagonal), | intent(in) | :: | A |
Input matrix. |
Eigenvalues.