Mercurial > hg > octave-lyh
diff liboctave/CMatrix.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/CMatrix.h +++ b/liboctave/CMatrix.h @@ -31,6 +31,7 @@ #include "MDiagArray2.h" #include "mx-defs.h" +#include "mx-op-defs.h" #include "oct-cmplx.h" class ComplexMatrix : public MArray2<Complex> @@ -259,6 +260,15 @@ extern ComplexMatrix operator * (const ComplexMatrix&, const Matrix&); extern ComplexMatrix operator * (const ComplexMatrix&, const ComplexMatrix&); +MS_CMP_OP_DECLS (ComplexMatrix, Complex) +MS_BOOL_OP_DECLS (ComplexMatrix, Complex) + +SM_CMP_OP_DECLS (Complex, ComplexMatrix) +SM_BOOL_OP_DECLS (Complex, ComplexMatrix) + +MM_CMP_OP_DECLS (ComplexMatrix, ComplexMatrix) +MM_BOOL_OP_DECLS (ComplexMatrix, ComplexMatrix) + #endif /*