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