This interface provides methods to compute the transpose operation for
the different matrix types defined by stdlib_specialmatrices
.
Specifications
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_cdp_type), | intent(in) | :: | A |
Input matrix. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_csp_type), | intent(in) | :: | A |
Input matrix. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_dp_type), | intent(in) | :: | A |
Input matrix. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_sp_type), | intent(in) | :: | A |
Input matrix. |