rearrange

This commit is contained in:
conrad
2023-02-17 22:14:19 +10:00
parent d0ad6917f2
commit 4d2fae41d0
+2 -2
View File
@@ -14552,6 +14552,8 @@ The optional <i>n</i> argument specifies the transform length:
If <i>n</i> is not specified, the transform length is the same as the length of the input vector
</li>
<br>
<li><b>Caveat:</b> the transform is fastest when the transform length is a power of 2, eg. 64, 128, 256, 512, 1024, ...</li>
<br>
<li>
By default, an internal FFT algorithm based on <a href="https://github.com/mborgerding/kissfft">KISS FFT</a> is used
</li>
@@ -14570,8 +14572,6 @@ Since Armadillo 12.0, the <a href="https://www.fftw.org/">FFTW3 library</a> can
</ul>
</li>
<br>
<li><b>Caveat:</b> the transform is fastest when the transform length is a power of 2, eg. 64, 128, 256, 512, 1024, ...</li>
<br>
<li>
Examples:
<ul>