Mercurial > hg > octave-lyh
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 +++ b/liboctave/CRowVector.h @@ -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 /*