Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_sp_type), | intent(in) | :: | CSR | |||
real(kind=sp), | intent(out), | allocatable | :: | dense(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_dp_type), | intent(in) | :: | CSR | |||
real(kind=dp), | intent(out), | allocatable | :: | dense(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_csp_type), | intent(in) | :: | CSR | |||
complex(kind=sp), | intent(out), | allocatable | :: | dense(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CSR_cdp_type), | intent(in) | :: | CSR | |||
complex(kind=dp), | intent(out), | allocatable | :: | dense(:,:) |