Mercurial > hg > octave-avbm
comparison liboctave/chMatrix.h @ 4015:6476dd85a65f
[project @ 2002-08-02 07:59:19 by jwe]
author | jwe |
---|---|
date | Fri, 02 Aug 2002 07:59:20 +0000 |
parents | f9ea3dcf58ee |
children | 0eb247b9cc9b |
comparison
equal
deleted
inserted
replaced
4014:8eaf7182d48a | 4015:6476dd85a65f |
---|---|
69 | 69 |
70 // resize is the destructive equivalent for this one | 70 // resize is the destructive equivalent for this one |
71 | 71 |
72 charMatrix extract (int r1, int c1, int r2, int c2) const; | 72 charMatrix extract (int r1, int c1, int r2, int c2) const; |
73 | 73 |
74 Matrix all (void) const; | 74 boolMatrix all (int dim = 0) const; |
75 Matrix any (void) const; | 75 boolMatrix any (int dim = 0) const; |
76 | 76 |
77 #if 0 | 77 #if 0 |
78 // i/o | 78 // i/o |
79 | 79 |
80 friend std::ostream& operator << (std::ostream& os, const Matrix& a); | 80 friend std::ostream& operator << (std::ostream& os, const Matrix& a); |