comparison 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
comparison
equal deleted inserted replaced
1360:7eb93d12654c 1361:90a897b8bbd3
245 245
246 // unary operations 246 // unary operations
247 247
248 Matrix operator ! (void) const; 248 Matrix operator ! (void) const;
249 249
250 / matrix by scalar -> matrix operations 250 // matrix by scalar -> matrix operations
251 251
252 friend ComplexMatrix operator + (const Matrix& a, const Complex& s); 252 friend ComplexMatrix operator + (const Matrix& a, const Complex& s);
253 friend ComplexMatrix operator - (const Matrix& a, const Complex& s); 253 friend ComplexMatrix operator - (const Matrix& a, const Complex& s);
254 friend ComplexMatrix operator * (const Matrix& a, const Complex& s); 254 friend ComplexMatrix operator * (const Matrix& a, const Complex& s);
255 friend ComplexMatrix operator / (const Matrix& a, const Complex& s); 255 friend ComplexMatrix operator / (const Matrix& a, const Complex& s);