From ca7f21d837fde0da02eb55cc63f48a8a1395ccc5 Mon Sep 17 00:00:00 2001 From: conrad Date: Tue, 6 Feb 2024 11:23:49 +1000 Subject: [PATCH] update list of changes --- docs.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.html b/docs.html index f213cf34..5c342abf 100644 --- a/docs.html +++ b/docs.html @@ -2128,7 +2128,7 @@ The following subset of operations & functions is available for sparse matri
  • element-wise functions: abs(), cbrt(), ceil(), conj(), floor(), imag(), real(), round(), sign(), sqrt(), square(), trunc()
  • scalar functions of matrices: accu(), as_scalar(), dot(), norm(), norm2est(), trace()
  • vector valued functions of matrices: diagvec(), min(), max(), nonzeros(), sum(), mean(), var(), vecnorm(), vectorise()
  • -
  • matrix valued functions of matrices: clamp(), diagmat(), spdiags(), flipud()/fliplr(), join_rows(), join_cols(), kron(), normalise(), repelem(), repmat(), reshape(), resize(), reverse(), symmatu()/symmatl(), trimatu()/trimatl(), .t(), trans()
  • +
  • matrix valued functions of matrices: clamp(), diagmat(), spdiags(), flipud()/fliplr(), join_rows(), join_cols(), kron(), normalise(), repelem(), repmat(), reshape(), resize(), reverse(), shift(), symmatu()/symmatl(), trimatu()/trimatl(), .t(), trans()
  • generated matrices: speye(), spones(), sprandu(), sprandn(), zeros()
  • eigen decompositions and SVD: eigs_sym(), eigs_gen(), svds()
  • solution of sparse linear systems: spsolve() @@ -20207,6 +20207,7 @@ List of additions and changes for each version:
  • Version 12.8: