From a7ae8eed4a96645d8d012a1f7b5912c1919367d3 Mon Sep 17 00:00:00 2001 From: conrad Date: Sat, 22 Jun 2024 13:16:51 +1000 Subject: [PATCH] minor wording fix --- docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.html b/docs.html index a1305d62..0150daff 100644 --- a/docs.html +++ b/docs.html @@ -20250,7 +20250,7 @@ List of additions and changes for each version:
  • faster handling of compound expressions by as_scalar(), accu(), dot()
  • faster interactions between sparse and dense matrices
  • expanded stddev() to handle sparse matrices
  • -
  • expanded relational operations to handle expressions between sparse matrices and scalars
  • +
  • expanded relational operators to handle expressions between sparse matrices and scalars
  • added .as_dense() to obtain dense vector/matrix representation of any sparse matrix expression
  • updated physical constants to NIST 2022 CODATA values