changeset 29914:daf351544539

NEWS: Add note about changed algorithm for mldivide. * NEWS: Add note that mldivide now uses a LU decomposition to solve (close to) singular full square matrices.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 23 Jul 2021 09:26:35 +0200
parents 3eca54836f97
children 28a39ddabbfc
files NEWS
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Jul 22 13:40:03 2021 -0700
+++ b/NEWS	Fri Jul 23 09:26:35 2021 +0200
@@ -76,6 +76,9 @@
 same number of digits for each value such as
 `[0x00_00_01; 0x00_01_00; 0x01_00_00]`.
 
+- The `mldivide` function (i.e., the `\` operator) now uses a LU
+decomposition to solve (close to) singular full square matrices.
+
 - The `whos` function now displays an additional attribute 's' when
 the variable is a sparse type.
 
@@ -91,8 +94,8 @@
 API is now 6.1 (Windows 7 or newer).
 
 - The non-re-entrant version of the QHull library "libqhull" was
-deprecated upstream.  Octave now requires the re-entrant version of
-that library "libqhull_r" instead.
+deprecated upstream.  Octave now (optionally) requires the re-entrant
+version of that library "libqhull_r" instead.
 
 ### Graphical User Interface