comparison 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
comparison
equal deleted inserted replaced
7112:f90a8188c9c2 7113:a018c140f8aa
64 // FIXME -- this is not quite the right thing. 64 // FIXME -- this is not quite the right thing.
65 65
66 boolNDArray all (int dim = -1) const; 66 boolNDArray all (int dim = -1) const;
67 boolNDArray any (int dim = -1) const; 67 boolNDArray any (int dim = -1) const;
68 68
69 boolNDArray sum (int dim = -1) const;
70
69 boolNDArray concat (const boolNDArray& rb, const Array<octave_idx_type>& ra_idx); 71 boolNDArray concat (const boolNDArray& rb, const Array<octave_idx_type>& ra_idx);
70 72
71 boolNDArray& insert (const boolNDArray& a, octave_idx_type r, octave_idx_type c); 73 boolNDArray& insert (const boolNDArray& a, octave_idx_type r, octave_idx_type c);
72 boolNDArray& insert (const boolNDArray& a, const Array<octave_idx_type>& ra_idx); 74 boolNDArray& insert (const boolNDArray& a, const Array<octave_idx_type>& ra_idx);
73 75