Mercurial > hg > octave-lyh
diff liboctave/Array-util.h @ 4747:3f28979bbe2c
[project @ 2004-02-06 23:56:46 by jwe]
author | jwe |
---|---|
date | Fri, 06 Feb 2004 23:56:46 +0000 |
parents | 334a27c8f453 |
children | 23b37da9fd5b |
line wrap: on
line diff
--- a/liboctave/Array-util.h +++ b/liboctave/Array-util.h @@ -56,17 +56,10 @@ extern bool vector_equivalent (const Array<int>& ra_idx); -extern bool equal_arrays (const dim_vector& a, const dim_vector& b); - extern bool all_ok (const Array<idx_vector>& ra_idx); extern bool any_orig_empty (const Array<idx_vector>& ra_idx); -extern bool any_zero_len (const dim_vector& frozen_lengths); - -extern dim_vector get_zero_len_size (const dim_vector& frozen_lengths, - const dim_vector& dimensions); - extern bool all_colon_equiv (const Array<idx_vector>& ra_idx, const dim_vector& frozen_lengths); @@ -79,8 +72,6 @@ extern Array<int> get_elt_idx (const Array<idx_vector>& ra_idx, const Array<int>& result_idx); -extern int number_of_elements (const dim_vector ra_idx); - extern Array<int> get_ra_idx (int idx, const dim_vector& dims); extern dim_vector short_freeze (Array<idx_vector>& ra_idx,