Mercurial > hg > octave-nkf
diff liboctave/CMatrix.h @ 3225:7aae2c3636a7
[project @ 1998-12-04 23:20:12 by jwe]
author | jwe |
---|---|
date | Fri, 04 Dec 1998 23:20:26 +0000 |
parents | 0a2551ec7004 |
children | 68259f410026 |
line wrap: on
line diff
--- a/liboctave/CMatrix.h +++ b/liboctave/CMatrix.h @@ -114,7 +114,8 @@ ComplexMatrix stack (const ComplexDiagMatrix& a) const; ComplexMatrix hermitian (void) const; // complex conjugate transpose - ComplexMatrix transpose (void) const; + ComplexMatrix transpose (void) const + { return MArray2<Complex>::transpose (); } friend ComplexMatrix conj (const ComplexMatrix& a);