Mercurial > hg > octave-nkf
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 +++ b/liboctave/Array-util.h @@ -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,