comparison liboctave/Array-util.h @ 5519:20b20fd070b0

[project @ 2005-10-29 04:31:25 by jwe]
author jwe
date Sat, 29 Oct 2005 04:31:25 +0000
parents 4c8a2e4e0717
children 4b33d802ef3c
comparison
equal deleted inserted replaced
5518:a9bd6c31751f 5519:20b20fd070b0
53 extern Array<idx_vector> conv_to_array (const idx_vector *tmp, const octave_idx_type len); 53 extern Array<idx_vector> conv_to_array (const idx_vector *tmp, const octave_idx_type len);
54 54
55 extern dim_vector freeze (Array<idx_vector>& ra_idx, 55 extern dim_vector freeze (Array<idx_vector>& ra_idx,
56 const dim_vector& dimensions, int resize_ok); 56 const dim_vector& dimensions, int resize_ok);
57 57
58 extern bool vector_equivalent (const Array<octave_idx_type>& ra_idx); 58 extern bool vector_equivalent (const dim_vector& dv);
59 59
60 extern bool all_ok (const Array<idx_vector>& ra_idx); 60 extern bool all_ok (const Array<idx_vector>& ra_idx);
61 61
62 extern bool any_orig_empty (const Array<idx_vector>& ra_idx); 62 extern bool any_orig_empty (const Array<idx_vector>& ra_idx);
63 63