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