diff scripts/ChangeLog @ 4890:e7da90a1cc11

[project @ 2004-05-06 20:36:29 by jwe]
author jwe
date Thu, 06 May 2004 20:36:29 +0000
parents 28ab079d8f0e
children ab5870f984d9
line wrap: on
line diff
--- a/scripts/ChangeLog	Fri Apr 30 22:38:30 2004 +0000
+++ b/scripts/ChangeLog	Thu May 06 20:36:29 2004 +0000
@@ -1,3 +1,17 @@
+2004-05-06  David Bateman  <dbateman@free.fr>
+
+	* general/issquare.m: Fail if ndim(x) > 2.
+
+	* linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2.
+
+	* linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and
+	N-d array arguments.  Add optional dim argument to define
+	dimension along which to operate.
+
+	* linear-algebra/dmult.m: Allow N-d arrays.
+
+	* linear-algebra/vec.m: Use v(:) and not reshape.
+
 2004-04-29  David Bateman  <dbateman@free.fr>
 
 	* statistics/base/ranks.m, statistics/base/run_count.m,