update list of changes

This commit is contained in:
conrad
2022-03-31 16:32:14 +10:00
parent a5bc3c6d13
commit 98b8314a38
+1
View File
@@ -19416,6 +19416,7 @@ List of additions and changes for each version:
<li>expanded <a href="#inv">inv()</a> and <a href="#inv_sympd">inv_sympd()</a> with options <code>inv_opts::tiny</code> and <code>inv_opts::allow_approx</code></li>
<li>stricter handling of singular matrices by <a href="#inv">inv()</a> and <a href="#inv_sympd">inv_sympd()</a></li>
<li>stricter handling of non-sympd matrices by <a href="#inv_sympd">inv_sympd()</a></li>
<li>stricter handling of non-finite matrices by <a href="#pinv">pinv()</a></li>
<li>more robust handling of rank deficient matrices by <a href="#solve">solve()</a></li>
<li>faster handling of diagonal matrices by <a href="#rcond">rcond()</a></li>
<li>changed <a href="#eigs_sym">eigs_sym()</a> and <a href="#eigs_gen">eigs_gen()</a> to use higher quality RNG</li>