| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(inout) | :: | x(:) | |||
| real(kind=real64), | intent(inout) | :: | Fx(:) | |||
| real(kind=real64), | intent(in) | :: | x_value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=complex64), | intent(inout) | :: | x_c(:) | |||
| complex(kind=complex64), | intent(inout) | :: | Fx_c(:) | |||
| complex(kind=complex64), | intent(in) | :: | x_value_c |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(inout) | :: | x(:) | |||
| real(kind=real32), | intent(inout) | :: | Fx(:) | |||
| real(kind=real32), | intent(in) | :: | x_value |