diff liboctave/Array-util.h @ 7241:da540e715d05

[project @ 2007-12-03 22:55:20 by jwe]
author jwe
date Mon, 03 Dec 2007 22:55:21 +0000
parents a1dbe9d80eee
children f81e80674b9b
line wrap: on
line diff
--- a/liboctave/Array-util.h	Mon Dec 03 20:16:36 2007 +0000
+++ b/liboctave/Array-util.h	Mon Dec 03 22:55:21 2007 +0000
@@ -78,6 +78,15 @@
 				const dim_vector& dimensions,
 				int resize_ok);
 
+struct
+permute_vector
+{
+  octave_idx_type pidx;
+  octave_idx_type iidx;
+};
+
+extern int permute_vector_compare (const void *a, const void *b);
+
 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_len, int op2_len);
 
 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_nr, int op1_nc,