| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | parameter | :: | dp | = | selected_real_kind(10, 100) | |
| integer, | public, | parameter | :: | sp | = | selected_real_kind(6, 10) | |
| real(kind=dp), | public, | allocatable, save | :: | trigs(:) | |||
| integer, | public, | save | :: | nold | = | -1 | |
| character(len=20), | public | :: | msg |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(inout) | :: | data(2*n) | |||
| integer, | intent(in) | :: | n | |||
| integer, | intent(in) | :: | isign |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(inout) | :: | data(2*n) | |||
| integer, | intent(in) | :: | n | |||
| integer, | intent(in) | :: | isign |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(inout) | :: | realData(:) | |||
| real(kind=dp), | intent(inout) | :: | imagData(:) | |||
| integer, | intent(in) | :: | dataSpan | |||
| integer, | intent(in) | :: | vectorSpan | |||
| integer, | intent(in) | :: | N | |||
| integer, | intent(in) | :: | numVectors | |||
| integer, | intent(in) | :: | isign |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(inout) | :: | realData(:) | |||
| real(kind=sp), | intent(inout) | :: | imagData(:) | |||
| integer, | intent(in) | :: | dataSpan | |||
| integer, | intent(in) | :: | vectorSpan | |||
| integer, | intent(in) | :: | N | |||
| integer, | intent(in) | :: | numVectors | |||
| integer, | intent(in) | :: | isign |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(inout) | :: | N |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp) | :: | TRIGS(maxtrigs) | ||||
| integer, | intent(in) | :: | maxtrigs | |||
| integer, | intent(out) | :: | ntrigs | |||
| integer, | intent(in) | :: | N |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp) | :: | TRIGS(*) | ||||
| integer | :: | n |