This interface overloads the svdvals interface from
stdlib_linalg to compute the singular values of a Bidiagonal
matrix .
s = svdvals(A)
A : Matrix of Bidiagonal type.
It is an intent(in) argument.
s : Vector of singular values sorted in decreasing order.
Compute the singular values of a Bidiagonal matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Bidiagonal), | intent(in) | :: | A |
Input matrix. |
Singular values in descending order.