comparison liboctave/intNDArray.h @ 6979:2883ea1c5c18

[project @ 2007-10-08 20:23:48 by dbateman]
author dbateman
date Mon, 08 Oct 2007 20:26:01 +0000
parents 4289ed95dde8
children 93c65f2a5668
comparison
equal deleted inserted replaced
6978:b75630794a11 6979:2883ea1c5c18
64 64
65 boolNDArray operator ! (void) const; 65 boolNDArray operator ! (void) const;
66 66
67 bool any_element_not_one_or_zero (void) const; 67 bool any_element_not_one_or_zero (void) const;
68 68
69 intNDArray diag (void) const;
70 intNDArray diag (octave_idx_type k) const;
71
69 // FIXME -- this is not quite the right thing. 72 // FIXME -- this is not quite the right thing.
70 73
71 boolNDArray all (int dim = -1) const; 74 boolNDArray all (int dim = -1) const;
72 boolNDArray any (int dim = -1) const; 75 boolNDArray any (int dim = -1) const;
73 76