diff liboctave/CRowVector.h @ 3573:6ae6f1180e62

[project @ 2000-02-04 09:01:59 by jwe]
author jwe
date Fri, 04 Feb 2000 09:02:04 +0000
parents 5eef8a2294bd
children a93683ccc9ba
line wrap: on
line diff
--- a/liboctave/CRowVector.h	Thu Feb 03 21:39:50 2000 +0000
+++ b/liboctave/CRowVector.h	Fri Feb 04 09:02:04 2000 +0000
@@ -80,9 +80,6 @@
   ComplexRowVector& operator += (const RowVector& a);
   ComplexRowVector& operator -= (const RowVector& a);
 
-  ComplexRowVector& operator += (const ComplexRowVector& a);
-  ComplexRowVector& operator -= (const ComplexRowVector& a);
-
   // row vector by scalar -> row vector operations
 
   friend ComplexRowVector operator + (const ComplexRowVector& a, double s);
@@ -167,6 +164,8 @@
 
 ComplexRowVector linspace (const Complex& x1, const Complex& x2, int n);
 
+MARRAY_FORWARD_DEFS (MArray, ComplexRowVector, Complex)
+
 #endif
 
 /*