Overload the *
for scalar-matrix multiplications for the different matrix
types provided by stdlib_specialmatrices
.
Specifications
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_cdp_type), | intent(in) | :: | A | |||
complex(kind=dp), | intent(in) | :: | alpha |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_csp_type), | intent(in) | :: | A | |||
complex(kind=sp), | intent(in) | :: | alpha |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_dp_type), | intent(in) | :: | A | |||
real(kind=dp), | intent(in) | :: | alpha |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tridiagonal_sp_type), | intent(in) | :: | A | |||
real(kind=sp), | intent(in) | :: | alpha |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | alpha | |||
type(tridiagonal_cdp_type), | intent(in) | :: | A |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | alpha | |||
type(tridiagonal_csp_type), | intent(in) | :: | A |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | alpha | |||
type(tridiagonal_dp_type), | intent(in) | :: | A |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | alpha | |||
type(tridiagonal_sp_type), | intent(in) | :: | A |