minor wording fix

This commit is contained in:
conrad
2024-06-22 13:16:51 +10:00
parent 5f74ef8e5d
commit a7ae8eed4a
+1 -1
View File
@@ -20250,7 +20250,7 @@ List of additions and changes for each version:
<li>faster handling of compound expressions by <a href="#as_scalar">as_scalar()</a>, <a href="#accu">accu()</a>, <a href="#dot">dot()</a></li>
<li>faster interactions between sparse and dense matrices</li>
<li>expanded <a href="#stats_fns">stddev()</a> to handle sparse matrices</li>
<li>expanded relational operations to handle expressions between sparse matrices and scalars</li>
<li>expanded relational operators to handle expressions between sparse matrices and scalars</li>
<li>added <a href="#as_dense">.as_dense()</a> to obtain dense vector/matrix representation of any sparse matrix expression</li>
<li>updated <a href="#constants">physical constants</a> to NIST 2022 CODATA values</li>
</ul>