| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(CSC_sp_type), | intent(in) | :: | CSC | |||
| real(kind=sp), | intent(out), | allocatable | :: | dense(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(CSC_dp_type), | intent(in) | :: | CSC | |||
| real(kind=dp), | intent(out), | allocatable | :: | dense(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(CSC_csp_type), | intent(in) | :: | CSC | |||
| complex(kind=sp), | intent(out), | allocatable | :: | dense(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(CSC_cdp_type), | intent(in) | :: | CSC | |||
| complex(kind=dp), | intent(out), | allocatable | :: | dense(:,:) |