Mercurial > hg > octave-lyh
diff liboctave/CMatrix.h @ 1361:90a897b8bbd3
[project @ 1995-09-05 21:55:23 by jwe]
author | jwe |
---|---|
date | Tue, 05 Sep 1995 21:55:23 +0000 |
parents | a6994c934a50 |
children | dd7d27461567 |
line wrap: on
line diff
--- a/liboctave/CMatrix.h +++ b/liboctave/CMatrix.h @@ -247,7 +247,7 @@ Matrix operator ! (void) const; - / matrix by scalar -> matrix operations + // matrix by scalar -> matrix operations friend ComplexMatrix operator + (const Matrix& a, const Complex& s); friend ComplexMatrix operator - (const Matrix& a, const Complex& s);