diff liboctave/CNDArray.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 79df15d4470c
line wrap: on
line diff
--- a/liboctave/CNDArray.h	Tue Oct 07 14:57:39 2003 +0000
+++ b/liboctave/CNDArray.h	Fri Oct 10 00:49:55 2003 +0000
@@ -69,6 +69,12 @@
 
   ComplexMatrix matrix_value (void) const;
 
+  ComplexNDArray squeeze (void) const { return ArrayN<Complex>::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 NDArray& a);