diff liboctave/ChangeLog @ 7804:a0c550b22e61

compound ops for float matrices
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 21 May 2008 19:25:08 +0200
parents 9bcb31cc56be
children 62affb34e648
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue May 20 11:48:44 2008 +0200
+++ b/liboctave/ChangeLog	Wed May 21 19:25:08 2008 +0200
@@ -1,5 +1,17 @@
 2008-05-21  Jaroslav Hajek <highegg@gmail.com>
 
+	* fCMatrix.h (xgemm): Provide decl.
+	(xcdotc, csyrk, cherk): New F77 decls.
+	* fMatrix.cc (xgemm): New function.
+	(operator * (const FloatMatrix&, const FloatMatrix&)): Simplify.
+	(get_blas_trans_arg): New function.
+	* fCMatrix.h (xgemm): Provide decl.
+	(ssyrk): New F77 decl.
+	* fCMatrix.cc (xgemm): New function.
+	(operator * (const FloatComplexMatrix&, const
+	FloatComplexMatrix&)): Simplify.
+	(get_blas_trans_arg): New function.
+
 	* dMatrix.cc, CMatrix.cc, Sparse-op-defs.h: Add missing copyright.
 
 	* Sparse-op-defs.h (SPARSE_FULL_MUL): Simplify scalar*matrix case.