From 4d2fae41d00aee66df89e51d3f2f7a76b06bcaae Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 17 Feb 2023 22:14:19 +1000 Subject: [PATCH] rearrange --- docs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.html b/docs.html index fe7d675b..d0e1dbec 100644 --- a/docs.html +++ b/docs.html @@ -14552,6 +14552,8 @@ The optional n argument specifies the transform length: If n is not specified, the transform length is the same as the length of the input vector
+
  • Caveat: the transform is fastest when the transform length is a power of 2, eg. 64, 128, 256, 512, 1024, ...
  • +
  • By default, an internal FFT algorithm based on KISS FFT is used
  • @@ -14570,8 +14572,6 @@ Since Armadillo 12.0, the FFTW3 library can
    -
  • Caveat: the transform is fastest when the transform length is a power of 2, eg. 64, 128, 256, 512, 1024, ...
  • -
  • Examples: