Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(COO_sp_type), | intent(in) | :: | COO | |||
real(kind=sp), | intent(out), | allocatable | :: | dense(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(COO_dp_type), | intent(in) | :: | COO | |||
real(kind=dp), | intent(out), | allocatable | :: | dense(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(COO_csp_type), | intent(in) | :: | COO | |||
complex(kind=sp), | intent(out), | allocatable | :: | dense(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(COO_cdp_type), | intent(in) | :: | COO | |||
complex(kind=dp), | intent(out), | allocatable | :: | dense(:,:) |