Mercurial > hg > octave-nkf
comparison liboctave/idx-vector.h @ 434:ec2a6ad30162
[project @ 1994-05-25 21:00:20 by jwe]
author | jwe |
---|---|
date | Wed, 25 May 1994 21:02:14 +0000 |
parents | 6f08c8b8f62f |
children | 393e95f46b51 |
comparison
equal
deleted
inserted
replaced
433:49eddf39e77d | 434:ec2a6ad30162 |
---|---|
61 int zeros_count (void) const; | 61 int zeros_count (void) const; |
62 int ones_count (void) const; | 62 int ones_count (void) const; |
63 | 63 |
64 void sort (void); | 64 void sort (void); |
65 void sort_uniq (void); | 65 void sort_uniq (void); |
66 | |
67 void shorten (int n); // Unsafe. Avoid at all cost. | |
66 | 68 |
67 // i/o | 69 // i/o |
68 | 70 |
69 friend ostream& operator << (ostream& os, const idx_vector& a); | 71 friend ostream& operator << (ostream& os, const idx_vector& a); |
70 | 72 |