Mercurial > hg > octave-nkf
diff liboctave/dMatrix.h @ 3225:7aae2c3636a7
[project @ 1998-12-04 23:20:12 by jwe]
author | jwe |
---|---|
date | Fri, 04 Dec 1998 23:20:26 +0000 |
parents | 9580887dd160 |
children | 68259f410026 |
line wrap: on
line diff
--- a/liboctave/dMatrix.h +++ b/liboctave/dMatrix.h @@ -93,11 +93,11 @@ Matrix stack (const ColumnVector& a) const; Matrix stack (const DiagMatrix& a) const; - Matrix transpose (void) const; - friend Matrix real (const ComplexMatrix& a); friend Matrix imag (const ComplexMatrix& a); + Matrix transpose (void) const { return MArray2<double>::transpose (); } + // resize is the destructive equivalent for this one Matrix extract (int r1, int c1, int r2, int c2) const;