comparison liboctave/boolMatrix.h @ 3203:bc61b0e8d60e

[project @ 1998-10-30 20:26:27 by jwe]
author jwe
date Fri, 30 Oct 1998 20:26:31 +0000
parents 8b262e771614
children 7aae2c3636a7
comparison
equal deleted inserted replaced
3202:44d82b369c78 3203:bc61b0e8d60e
55 55
56 boolMatrix& insert (const boolMatrix& a, int r, int c); 56 boolMatrix& insert (const boolMatrix& a, int r, int c);
57 57
58 boolMatrix transpose (void) const; 58 boolMatrix transpose (void) const;
59 59
60 // unary operations
61
62 boolMatrix operator ! (void) const;
63
64 // other operations
65
60 boolMatrix all (void) const; 66 boolMatrix all (void) const;
61 boolMatrix any (void) const; 67 boolMatrix any (void) const;
62 68
63 #if 0 69 #if 0
64 // i/o 70 // i/o