To check the number of threads currently being used by the planner, you can do the following: @example integer iret call dfftw_planner_nthreads(iret) @end example @findex dfftw_planner_nthreads To transform a three-dimensional array in-place with C, you might do: @example8...