This interface provides methods to convert a Bidiagonal matrix
to a regular rank-2 array.
B = dense(A)
A : Matrix of Bidiagonal type.
It is an intent(in) argument.
B : Rank-2 array representation of the matrix .
Utility function to convert a Bidiagonal matrix to a
rank-2 array.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Bidiagonal), | intent(in) | :: | A |
Input diagonal matrix. |
Output dense rank-2 array.