comparison liboctave/Array-util.h @ 4593:77566be8b9e9

[project @ 2003-11-11 17:25:42 by jwe]
author jwe
date Tue, 11 Nov 2003 17:25:42 +0000
parents 19bfd295f400
children 334a27c8f453
comparison
equal deleted inserted replaced
4592:a97b498e1b32 4593:77566be8b9e9
85 85
86 extern dim_vector short_freeze (Array<idx_vector>& ra_idx, 86 extern dim_vector short_freeze (Array<idx_vector>& ra_idx,
87 const dim_vector& dimensions, 87 const dim_vector& dimensions,
88 int resize_ok); 88 int resize_ok);
89 89
90 extern Array<int> calc_permutated_idx (const Array<int>& old_idx,
91 const Array<int>& perm_vec, bool inv);
90 #endif 92 #endif
91 93
92 /* 94 /*
93 ;;; Local Variables: *** 95 ;;; Local Variables: ***
94 ;;; mode: C++ *** 96 ;;; mode: C++ ***