| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x(:) | |||
| real(kind=real64), | intent(in) | :: | fx(:) | |||
| real(kind=real64), | intent(in), | optional | :: | f0 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(in) | :: | x(:) | |||
| real(kind=real32), | intent(in) | :: | fx(:) | |||
| real(kind=real32), | intent(in), | optional | :: | f0 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=complex64), | intent(in) | :: | x(:) | |||
| complex(kind=complex64), | intent(in) | :: | fx(:) | |||
| complex(kind=complex64), | intent(in), | optional | :: | f0 |