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