Mercurial > hg > octave-nkf
comparison liboctave/Array2.h @ 2382:58e5955495d7
[project @ 1996-10-12 17:45:06 by jwe]
author | jwe |
---|---|
date | Sat, 12 Oct 1996 17:46:29 +0000 |
parents | 2fbf9bb1cd7a |
children | 6979248bf0d3 |
comparison
equal
deleted
inserted
replaced
2381:81298641458d | 2382:58e5955495d7 |
---|---|
177 | 177 |
178 #ifdef HEAVYWEIGHT_INDEXING | 178 #ifdef HEAVYWEIGHT_INDEXING |
179 void maybe_delete_elements (idx_vector& i, idx_vector& j); | 179 void maybe_delete_elements (idx_vector& i, idx_vector& j); |
180 | 180 |
181 Array2<T> value (void); | 181 Array2<T> value (void); |
182 | |
183 Array2<T> index (idx_vector& i) const; | |
184 | |
185 Array2<T> index (idx_vector& i, idx_vector& j) const; | |
182 #endif | 186 #endif |
183 }; | 187 }; |
184 | 188 |
185 template <class LT, class RT> | 189 template <class LT, class RT> |
186 int assign (Array2<LT>& lhs, const Array2<RT>& rhs); | 190 int assign (Array2<LT>& lhs, const Array2<RT>& rhs); |