Mercurial > hg > octave-max
diff liboctave/CDiagMatrix.h @ 3580:2923f52d8fda
[project @ 2000-02-05 07:14:21 by jwe]
author | jwe |
---|---|
date | Sat, 05 Feb 2000 07:14:25 +0000 |
parents | 5eef8a2294bd |
children | d9803711e047 |
line wrap: on
line diff
--- a/liboctave/CDiagMatrix.h +++ b/liboctave/CDiagMatrix.h @@ -103,9 +103,6 @@ ComplexDiagMatrix& operator += (const DiagMatrix& a); ComplexDiagMatrix& operator -= (const DiagMatrix& a); - ComplexDiagMatrix& operator += (const ComplexDiagMatrix& a); - ComplexDiagMatrix& operator -= (const ComplexDiagMatrix& a); - // other operations ComplexColumnVector diag (void) const; @@ -132,6 +129,8 @@ ComplexDiagMatrix operator * (const DiagMatrix& a, const ComplexDiagMatrix& b); +MDIAGARRAY2_FORWARD_DEFS (MDiagArray2, ComplexDiagMatrix, Complex) + #endif /*