Mercurial > hg > octave-lyh
diff liboctave/boolNDArray.h @ 7113:a018c140f8aa
[project @ 2007-11-07 00:28:01 by dbateman]
author | dbateman |
---|---|
date | Wed, 07 Nov 2007 00:28:01 +0000 |
parents | a1dbe9d80eee |
children | 8c32f95c2639 |
line wrap: on
line diff
--- a/liboctave/boolNDArray.h +++ b/liboctave/boolNDArray.h @@ -66,6 +66,8 @@ boolNDArray all (int dim = -1) const; boolNDArray any (int dim = -1) const; + boolNDArray sum (int dim = -1) const; + boolNDArray concat (const boolNDArray& rb, const Array<octave_idx_type>& ra_idx); boolNDArray& insert (const boolNDArray& a, octave_idx_type r, octave_idx_type c);