diff NEWS @ 9558:8b3cee6166b8

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 24 Aug 2009 09:59:29 +0200
parents ded32956d660
children 8e42bb4ad34d
line wrap: on
line diff
--- a/NEWS	Mon Aug 24 09:45:34 2009 +0200
+++ b/NEWS	Mon Aug 24 09:59:29 2009 +0200
@@ -50,14 +50,18 @@
     will operate on m's data in-place if it is not shared by another variable,
     usually increasing both time and memory efficiency.
     
-    Only the most common combinations are affected, namely:
+    Only selected common combinations are affected, namely:
     
       matrix += matrix
       matrix -= matrix
+      matrix .*= matrix
+      matrix ./= matrix
+
       matrix += scalar
       matrix -= scalar
       matrix *= scalar
       matrix /= scalar
+
       logical matrix |= logical matrix
       logical matrix &= logical matrix