Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | dense(:,:) | |||
real(kind=sp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(COO_sp_type), | intent(in) | :: | COO | |||
real(kind=sp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_sp_type), | intent(in) | :: | CSR | |||
real(kind=sp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSC_sp_type), | intent(in) | :: | CSC | |||
real(kind=sp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ELL_sp_type), | intent(in) | :: | ELL | |||
real(kind=sp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | dense(:,:) | |||
real(kind=dp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(COO_dp_type), | intent(in) | :: | COO | |||
real(kind=dp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_dp_type), | intent(in) | :: | CSR | |||
real(kind=dp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSC_dp_type), | intent(in) | :: | CSC | |||
real(kind=dp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ELL_dp_type), | intent(in) | :: | ELL | |||
real(kind=dp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | dense(:,:) | |||
complex(kind=sp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(COO_csp_type), | intent(in) | :: | COO | |||
complex(kind=sp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_csp_type), | intent(in) | :: | CSR | |||
complex(kind=sp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSC_csp_type), | intent(in) | :: | CSC | |||
complex(kind=sp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ELL_csp_type), | intent(in) | :: | ELL | |||
complex(kind=sp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | dense(:,:) | |||
complex(kind=dp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(COO_cdp_type), | intent(in) | :: | COO | |||
complex(kind=dp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_cdp_type), | intent(in) | :: | CSR | |||
complex(kind=dp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSC_cdp_type), | intent(in) | :: | CSC | |||
complex(kind=dp), | intent(inout), | allocatable | :: | diagonal(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ELL_cdp_type), | intent(in) | :: | ELL | |||
complex(kind=dp), | intent(inout), | allocatable | :: | diagonal(:) |