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