| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=SP), | intent(in) | :: | first | |||
| real(kind=SP), | intent(in) | :: | factor | |||
| integer(kind=I4B), | intent(in) | :: | n |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=DP), | intent(in) | :: | first | |||
| real(kind=DP), | intent(in) | :: | factor | |||
| integer(kind=I4B), | intent(in) | :: | n |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4B), | intent(in) | :: | first | |||
| integer(kind=I4B), | intent(in) | :: | factor | |||
| integer(kind=I4B), | intent(in) | :: | n |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=SP), | intent(in) | :: | first | |||
| complex(kind=SP), | intent(in) | :: | factor | |||
| integer(kind=I4B), | intent(in) | :: | n |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=DP), | intent(in), | DIMENSION(:) | :: | first | ||
| real(kind=DP), | intent(in), | DIMENSION(:) | :: | factor | ||
| integer(kind=I4B), | intent(in) | :: | n |