Mercurial > hg > octave-lyh
comparison liboctave/boolNDArray.cc @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | 4c8a2e4e0717 |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
5774:e7af222e98b0 | 5775:ace8d8d26933 |
---|---|
42 b.elem (i) = ! elem (i); | 42 b.elem (i) = ! elem (i); |
43 | 43 |
44 return b; | 44 return b; |
45 } | 45 } |
46 | 46 |
47 // XXX FIXME XXX -- this is not quite the right thing. | 47 // FIXME -- this is not quite the right thing. |
48 | 48 |
49 boolNDArray | 49 boolNDArray |
50 boolNDArray::all (int dim) const | 50 boolNDArray::all (int dim) const |
51 { | 51 { |
52 MX_ND_ANY_ALL_REDUCTION (MX_ND_ALL_EVAL (MX_ND_ALL_EXPR), true); | 52 MX_ND_ANY_ALL_REDUCTION (MX_ND_ALL_EVAL (MX_ND_ALL_EXPR), true); |