update list of additions

This commit is contained in:
conrad
2025-08-21 14:19:28 +10:00
parent 7de06ecddf
commit 3a23c33fad
+1 -1
View File
@@ -20754,9 +20754,9 @@ List of additions and changes for each version:
<li>C++14 is now the minimum required C++ standard</li>
<li>added preliminary support for matrices with <a href="#fp16_type">half-precision fp16</a> element type</li>
<li>added second form of <a href="#cond">cond()</a> to allow detection of failures</li>
<li>added <a href="#repcube">repcube()</a> </li>
<li>added <code>.freeze()</code> and <code>.unfreeze()</code> member functions to <a href="#wall_clock">wall_clock</a></li>
<li>extended <a href="#conv">conv()</a> and <a href="#conv2">conv2()</a> to accept the <code>"valid"</code> shape argument</li>
<li>workarounds in <a href="#svd">svd()</a> and <a href="#eig_sym">eig_sym()</a> to address limitations of default LAPACK that uses 32 bit integers</li>
</ul>
</li>
<br>