diff liboctave/Array.h @ 4530:e8d87fefd144

[project @ 2003-10-07 04:02:04 by jwe]
author jwe
date Tue, 07 Oct 2003 04:02:04 +0000
parents 382cb0ed8c14
children 01ee68d18069
line wrap: on
line diff
--- a/liboctave/Array.h	Sat Oct 04 19:35:36 2003 +0000
+++ b/liboctave/Array.h	Tue Oct 07 04:02:04 2003 +0000
@@ -495,6 +495,9 @@
   Array<T> index2 (idx_vector& i, int resize_ok = 0,
 		   const T& rfv = resize_fill_value (T ())) const;
 
+  Array<T> indexN (idx_vector& i, int resize_ok = 0,
+		   const T& rfv = resize_fill_value (T ())) const;
+
   Array<T> index (idx_vector& i, idx_vector& j, int resize_ok = 0,
 		  const T& rfv = resize_fill_value (T ())) const;