This commit is contained in:
conrad
2024-05-13 12:11:22 +10:00
parent a91f7a77fe
commit f97f3edcb3
+1 -1
View File
@@ -4280,7 +4280,7 @@ For form 2:
<li>
For form 3:
<ul>
<li>apply the given <i>lambda_function</i> to each slice</li>
<li>apply the given <i>lambda_function</i> to each column vector or row vector</li>
<li>the function must accept a reference to a <a href="#Col">Col</a> or <a href="#Row">Row</a> object with the same element type as the underlying matrix</li>
</ul>
</li>