diff liboctave/chMatrix.h @ 4902:bd043a433918

[project @ 2004-06-14 18:46:20 by jwe]
author jwe
date Mon, 14 Jun 2004 18:49:09 +0000
parents 5719210fff4c
children e35b034d3523
line wrap: on
line diff
--- a/liboctave/chMatrix.h	Mon Jun 14 18:33:02 2004 +0000
+++ b/liboctave/chMatrix.h	Mon Jun 14 18:49:09 2004 +0000
@@ -60,6 +60,8 @@
   bool operator == (const charMatrix& a) const;
   bool operator != (const charMatrix& a) const;
 
+  charMatrix transpose (void) const { return MArray2<char>::transpose (); }
+
   // destructive insert/delete/reorder operations
 
   charMatrix& insert (const char *s, int r, int c);