|
CP2K 2.4 (Revision 12889)
|
Go to the source code of this file.
Functions | |
| subroutine | fftcu_get_lengths (DATA, max_length) |
| subroutine | fftcu3d (fft_in_place, fsign, scale, n, zin, zout) |
| subroutine | fftcu1dm (fsign, trans, n, m, zin, zout, scale) |
| subroutine fftcu1dm | ( | INTEGER,intent(inout) | fsign, |
| LOGICAL,intent(in) | trans, | ||
| INTEGER,intent(in) | n, | ||
| INTEGER,intent(in) | m, | ||
| COMPLEX (KIND=dp),dimension(*),intent(inout) | zin, | ||
| COMPLEX (KIND=dp),dimension(*),intent(out) | zout, | ||
| REAL (KIND=dp),intent(in) | scale | ||
| ) |
Definition at line 121 of file fftcu_lib.f90.
Referenced by fft_1dm().
Here is the caller graph for this function:| subroutine fftcu3d | ( | LOGICAL,intent(in) | fft_in_place, |
| INTEGER,intent(inout) | fsign, | ||
| REAL(KIND=dp),intent(in) | scale, | ||
| INTEGER,dimension(*),intent(in) | n, | ||
| COMPLEX(KIND=dp),dimension(*),intent(inout) | zin, | ||
| COMPLEX(KIND=dp),dimension(*),intent(inout) | zout | ||
| ) |
Definition at line 98 of file fftcu_lib.f90.
Referenced by fft_3d().
Here is the caller graph for this function:Definition at line 16 of file fftcu_lib.f90.
References sortint().
Referenced by fft_get_lengths().
Here is the call graph for this function:
Here is the caller graph for this function:
1.7.3