Go to the source code of this file.
|
| subroutine, public | fftw_oct_m::fftw_prepare_plan (plan, dim, n, howmany, 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 from the rank-4 (batch-last) dimension arrays (see fft_pack). More...
|
| |
| subroutine, public | fftw_oct_m::fftw_free_memory (is_real, drs_data, zrs_data, fs_data) |
| |