fft_nrfft5odd - return odd mixed radix 2,3,5 sizes


SYNOPSIS

#include <fft.h> (fixed-format sources)
#include <f90fft.h> (free-format sources)

integer function fft_nrfft5odd(n)

integer n

DESCRIPTION

The function, "fft_nrfft5odd", is provided for determining an appropriate odd radix 2,3,5 value to pad out to for the FFT's. Given the integer input, "n", the function returns the integer M such that M is the smallest number greater than or equal to "n" such that M = 2**i * 3**j * 5**k where i, j & k are non-negative integers.

AUTHOR

Phuong Vu, HPC
Jerry Ehlers, EPTG