comparison liboctave/Array-util.h @ 5607:4b33d802ef3c

[project @ 2006-02-08 18:56:54 by jwe]
author jwe
date Wed, 08 Feb 2006 18:56:54 +0000
parents 20b20fd070b0
children 143b556ce725
comparison
equal deleted inserted replaced
5606:70ef31ebe156 5607:4b33d802ef3c
77 77
78 extern dim_vector short_freeze (Array<idx_vector>& ra_idx, 78 extern dim_vector short_freeze (Array<idx_vector>& ra_idx,
79 const dim_vector& dimensions, 79 const dim_vector& dimensions,
80 int resize_ok); 80 int resize_ok);
81 81
82 extern Array<octave_idx_type> calc_permutated_idx (const Array<octave_idx_type>& old_idx,
83 const Array<octave_idx_type>& perm_vec, bool inv);
84
85 extern void gripe_nonconformant (const char *op, int op1_len, int op2_len); 82 extern void gripe_nonconformant (const char *op, int op1_len, int op2_len);
86 83
87 extern void gripe_nonconformant (const char *op, int op1_nr, int op1_nc, 84 extern void gripe_nonconformant (const char *op, int op1_nr, int op1_nc,
88 int op2_nr, int op2_nc); 85 int op2_nr, int op2_nc);
89 86