From 71142882e96a33a2801fbb7df3bd73c73dd584cd Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 5 Sep 2025 16:00:33 +1000 Subject: [PATCH] remove the now redundant stable_sort_index() --- docs.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs.html b/docs.html index 46daac7d..52e3c4b1 100644 --- a/docs.html +++ b/docs.html @@ -11876,9 +11876,6 @@ See also: sort_index( X )
sort_index( X, sort_direction ) -
-
stable_sort_index( X ) -
stable_sort_index( X, sort_direction ) @@ -21660,7 +21655,7 @@ eg. mat X(4, 5, fill::zeros)
  • faster handling of compound expressions with submatrices and subcubes
  • faster trace()
  • added support for loading matrices as text files with NaN and Inf elements
  • -
  • added stable_sort_index(), which preserves the relative order of elements with equivalent values
  • +
  • added handling of sparse matrices by mean(), var(), norm(), abs(), square(), sqrt()
  • added saving and loading of sparse matrices in arma_binary format