Returns an FFT length optimized for speed. The FFT length will be the fastest valid length that is not less than the specified length n. @param n the lower bound on FFT length. @return the FFT length. @exception IllegalArgumentException if the specified length n exceeds the maximum length supported
(int n)
source not stored for this graph (policy: none)
no test coverage detected