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: