| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(vector_rsp), | intent(out) | :: | vec_out | |||
| real(kind=sp), | intent(in) | :: | vec_in |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(vector_rsp), | intent(out) | :: | basis_out(:) | |||
| real(kind=sp), | intent(in) | :: | basis_in(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(linop_rsp), | intent(out) | :: | linop_out | |||
| real(kind=sp), | intent(in) | :: | mat_in(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(vector_rdp), | intent(out) | :: | vec_out | |||
| real(kind=dp), | intent(in) | :: | vec_in |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(vector_rdp), | intent(out) | :: | basis_out(:) | |||
| real(kind=dp), | intent(in) | :: | basis_in(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(linop_rdp), | intent(out) | :: | linop_out | |||
| real(kind=dp), | intent(in) | :: | mat_in(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(vector_csp), | intent(out) | :: | vec_out | |||
| complex(kind=sp), | intent(in) | :: | vec_in |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(vector_csp), | intent(out) | :: | basis_out(:) | |||
| complex(kind=sp), | intent(in) | :: | basis_in(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(linop_csp), | intent(out) | :: | linop_out | |||
| complex(kind=sp), | intent(in) | :: | mat_in(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(vector_cdp), | intent(out) | :: | vec_out | |||
| complex(kind=dp), | intent(in) | :: | vec_in |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(vector_cdp), | intent(out) | :: | basis_out(:) | |||
| complex(kind=dp), | intent(in) | :: | basis_in(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(linop_cdp), | intent(out) | :: | linop_out | |||
| complex(kind=dp), | intent(in) | :: | mat_in(:,:) |