diff liboctave/ChangeLog @ 12065:899122410ea5 release-3-2-x

more fixes & tests for matrix multiply
author Jaroslav Hajek <highegg@gmail.com>
date Sun, 23 Aug 2009 11:11:27 +0200
parents 8e8da2c36e7e
children 310063a87407
line wrap: on
line diff
--- a/liboctave/ChangeLog	Sun Aug 23 11:11:27 2009 +0200
+++ b/liboctave/ChangeLog	Sun Aug 23 11:11:27 2009 +0200
@@ -1,3 +1,9 @@
+2009-08-16  Jaroslav Hajek  <highegg@gmail.com>
+
+	* dMatrix.cc, fMatrix.cc, CMatrix.cc, fCMatrix.cc: Add more tests.
+	* CMatrix.cc (xgemm): Fix vector * matrix case.
+	* fCMatrix.cc (xgemm): Ditto.
+
 2009-08-16  Jaroslav Hajek  <highegg@gmail.com>
 
 	* fMatrix.cc, fCMatrix.cc: Make tests use single precision.