Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
7240:3a695b7adf8e | 7241:da540e715d05 |
---|---|
76 | 76 |
77 extern OCTAVE_API dim_vector short_freeze (Array<idx_vector>& ra_idx, | 77 extern OCTAVE_API dim_vector short_freeze (Array<idx_vector>& ra_idx, |
78 const dim_vector& dimensions, | 78 const dim_vector& dimensions, |
79 int resize_ok); | 79 int resize_ok); |
80 | 80 |
81 struct | |
82 permute_vector | |
83 { | |
84 octave_idx_type pidx; | |
85 octave_idx_type iidx; | |
86 }; | |
87 | |
88 extern int permute_vector_compare (const void *a, const void *b); | |
89 | |
81 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_len, int op2_len); | 90 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_len, int op2_len); |
82 | 91 |
83 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_nr, int op1_nc, | 92 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_nr, int op1_nc, |
84 int op2_nr, int op2_nc); | 93 int op2_nr, int op2_nc); |
85 | 94 |