diff liboctave/dMatrix.h @ 2870:3241d0057e78

[project @ 1997-04-19 01:21:29 by jwe]
author jwe
date Sat, 19 Apr 1997 01:23:06 +0000
parents 8b262e771614
children 0a2551ec7004
line wrap: on
line diff
--- a/liboctave/dMatrix.h
+++ b/liboctave/dMatrix.h
@@ -31,6 +31,7 @@
 #include "MDiagArray2.h"
 
 #include "mx-defs.h"
+#include "mx-op-defs.h"
 
 #include "data-conv.h"
 #include "mach-info.h"
@@ -237,6 +238,15 @@
 
 extern Matrix operator * (const Matrix& a, const Matrix& b);
 
+MS_CMP_OP_DECLS (Matrix, double)
+MS_BOOL_OP_DECLS (Matrix, double)
+
+SM_CMP_OP_DECLS (double, Matrix)
+SM_BOOL_OP_DECLS (double, Matrix)
+
+MM_CMP_OP_DECLS (Matrix, Matrix)
+MM_BOOL_OP_DECLS (Matrix, Matrix)
+
 #endif
 
 /*