Overload the -
operator for matrix-matrix subtraction. The two matrices need to
be of the same type and kind.
Specifications
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_cdp_type), | intent(in) | :: | A | |||
type(tridiagonal_cdp_type), | intent(in) | :: | B |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_csp_type), | intent(in) | :: | A | |||
type(tridiagonal_csp_type), | intent(in) | :: | B |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_dp_type), | intent(in) | :: | A | |||
type(tridiagonal_dp_type), | intent(in) | :: | B |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_sp_type), | intent(in) | :: | A | |||
type(tridiagonal_sp_type), | intent(in) | :: | B |