Go to the source code of this file.
|
| subroutine, public | fftw_oct_m::fftw_prepare_plan (plan, dim, n, howmany, batch_axis, is_real, sign, flags, din_, cin_, cout_) |
| |
| subroutine, public | fftw_oct_m::fftw_get_dims (rs_n, is_real, fs_n) |
| |
| subroutine, public | fftw_oct_m::fftw_alloc_memory (rs_dims, is_real, fs_dims, drs_data, zrs_data, fs_data) |
| | Allocate the FFTW work buffers. The rank-4 dimension arrays (which already carry the batch axis at the right position — see fft_pack) are used verbatim, so this routine is oblivious to the batch layout. More...
|
| |
| subroutine, public | fftw_oct_m::fftw_free_memory (is_real, drs_data, zrs_data, fs_data) |
| |