Object containing input/output buffers passed to FFTW
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=C_DOUBLE), | public, | pointer | :: | in(:) | => | null() |
Input buffer |
| real(kind=C_DOUBLE), | public, | pointer | :: | out(:) | => | null() |
Output buffer |
type :: fftbuf_obj !> Object containing input/output buffers passed to FFTW real(C_DOUBLE), pointer :: in(:) => null() !! Input buffer real(C_DOUBLE), pointer :: out(:) => null() !! Output buffer end type fftbuf_obj