(double percent)
| 265 | } |
| 266 | |
| 267 | void progress(double percent) { |
| 268 | if (showProgress) |
| 269 | IJ.showProgress(percent); |
| 270 | } |
| 271 | |
| 272 | /** Performs an optimized 1D FHT of an array or part of an array. |
| 273 | * @param x Input array; will be overwritten by the output in the range given by base and maxN. |