Transpose a dense matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_ldr), | intent(in) | :: | matA |
matA the matrix to transpose. |
||
type(Matrix_ldr), | intent(inout) | :: | matAT |
matAT = matA^T. |
Transpose a dense matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_ldc), | intent(in) | :: | matA |
The matrix to transpose. |
||
type(Matrix_ldc), | intent(inout) | :: | matAT |
matAT = matA^T. |