changeset 8405:d79dfbff2f9d

document new norm features in NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 15 Dec 2008 08:12:50 +0100
parents 868149aac690
children 0b7566aea627
files NEWS
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sat Dec 13 20:08:30 2008 +0100
+++ b/NEWS	Mon Dec 15 08:12:50 2008 +0100
@@ -46,6 +46,9 @@
     with Matlab's fsolve function.
     Additionally, fsolve is now able to solve overdetermined systems.
 
+ ** The norm function is now able to compute row or column norms of a matrix
+    in a single call, as well as general matrix p-norms.
+
  ** Object Oriented Programming
 
     Octave now includes OOP features and the user can create their