remove fluff

This commit is contained in:
conrad
2023-04-03 00:00:49 +10:00
parent 4c86458e2f
commit 6e580c5993
+2 -2
View File
@@ -14613,7 +14613,7 @@ The <i>shape</i> argument is optional; it is one of:
</ul>
</li>
<br>
<li>The implementation of 2D convolution in this version is preliminary; it is not yet fully optimised</li>
<li>The implementation of 2D convolution in this version is preliminary</li>
<br>
<li>
Examples:
@@ -14733,7 +14733,7 @@ a truncated and/or zero-padded version of the input matrix is used
<br>
<li><b>Caveat:</b> the transform is fastest when both <i>n_rows</i> and <i>n_cols</i> are a power of 2, eg. 64, 128, 256, 512, 1024, ...</li>
<br>
<li>The implementation of the transform in this version is preliminary; it is not yet fully optimised</li>
<li>The implementation of the 2D transform in this version is preliminary</li>
<br>
<li>
Examples: