changeset 9558:8b3cee6166b8

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 24 Aug 2009 09:59:29 +0200
parents 3a1dd361f978
children 163e205600a4
files NEWS
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
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