diff liboctave/chNDArray.h @ 4532:01ee68d18069

[project @ 2003-10-10 00:49:54 by jwe]
author jwe
date Fri, 10 Oct 2003 00:49:55 +0000
parents 8373b9b41eee
children 773a21e4fce8
line wrap: on
line diff
--- a/liboctave/chNDArray.h	Tue Oct 07 14:57:39 2003 +0000
+++ b/liboctave/chNDArray.h	Fri Oct 10 00:49:55 2003 +0000
@@ -74,6 +74,12 @@
 
   charMatrix matrix_value (void) const;
 
+  charNDArray squeeze (void) const { return ArrayN<char>::squeeze (); }
+
+  static void increment_index (Array<int>& ra_idx,
+			       const dim_vector& dimensions,
+			       int start_dimension = 0);
+
   // i/o
 
   // friend std::ostream& operator << (std::ostream& os, const charNDArray& a);