public interface fft_gpfa
Module Procedures
private subroutine fft_gpfa_dp(realData, imagData, dataSpan, vectorSpan, N, numVectors, isign)
Arguments
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 | |
private subroutine fft_gpfa_sp(realData, imagData, dataSpan, vectorSpan, N, numVectors, isign)
Arguments
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 | |