CP2K 2.4 (Revision 12889)
Functions

fftcu_lib.f90 File Reference

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)

Function Documentation

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:

subroutine fftcu_get_lengths ( INTEGER,dimension(*)  DATA,
INTEGER,intent(inout)  max_length 
)
History
JGH 10-Feb-2006 : initial version
This file is part of the mkl distribution and can be found in the corresponding include directory add this to the path to the -I flags of the CPP
Author:
JGH

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: