This interface overloads the Fortran intrinsic procedure to define
the transpose of a Bidiagonal matrix.
B = transpose(A)
A : Matrix of Bidiagonal type.
It is an intent(in) argument.
B : Resulting transposed matrix. It is of the same type as A.
Utility function to compute the transpose of a Bidiagonal
matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Bidiagonal), | intent(in) | :: | A |
Input matrix. |
Transpose of the matrix.