rearrange
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user