rearrange

This commit is contained in:
conrad
2022-03-16 11:54:02 +10:00
parent dd06edbee1
commit d79f2b82cf
+1 -1
View File
@@ -19374,8 +19374,8 @@ List of additions and changes for each version:
<li>Version 11.0:
<ul>
<li>added variants of <a href="#inv">inv()</a> and <a href="#inv_sympd">inv_sympd()</a> that provide rcond (reciprocal condition number)</li>
<li>faster handling of diagonal matrices by <a href="#rcond">rcond()</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>
<li>stricter handling of sympd matrices by <a href="#inv_sympd">inv_sympd()</a>, <a href="#sqrtmat_sympd">sqrtmat_sympd()</a>, <a href="#logmat_sympd">logmat_sympd()</a>, <a href="#log_det_sympd">log_det_sympd()</a></li>
<li>stricter handling of hermitian matrices by <a href="#expmat_sym">expmat_sym()</a></li>