Mercurial > hg > octave-lyh
comparison liboctave/CMatrix.h @ 3580:2923f52d8fda
[project @ 2000-02-05 07:14:21 by jwe]
author | jwe |
---|---|
date | Sat, 05 Feb 2000 07:14:25 +0000 |
parents | 6ae6f1180e62 |
children | d9803711e047 |
comparison
equal
deleted
inserted
replaced
3579:8a0571a2becc | 3580:2923f52d8fda |
---|---|
194 // matrix by matrix -> matrix operations | 194 // matrix by matrix -> matrix operations |
195 | 195 |
196 ComplexMatrix& operator += (const Matrix& a); | 196 ComplexMatrix& operator += (const Matrix& a); |
197 ComplexMatrix& operator -= (const Matrix& a); | 197 ComplexMatrix& operator -= (const Matrix& a); |
198 | 198 |
199 ComplexMatrix& operator += (const ComplexMatrix& a); | |
200 ComplexMatrix& operator -= (const ComplexMatrix& a); | |
201 | |
202 // unary operations | 199 // unary operations |
203 | 200 |
204 boolMatrix operator ! (void) const; | 201 boolMatrix operator ! (void) const; |
205 | 202 |
206 // other operations | 203 // other operations |