Mercurial > hg > octave-nkf
comparison liboctave/boolNDArray.h @ 8780:ea76466605ba
support native cumsum, gripe on overflow in sum/cumsum
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 17 Feb 2009 14:23:35 +0100 |
parents | b756ce0002db |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8779:949708f930d0 | 8780:ea76466605ba |
---|---|
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 NDArray sum (int dim = -1) const; | 69 NDArray sum (int dim = -1) const; |
70 NDArray cumsum (int dim = -1) const; | |
70 | 71 |
71 boolNDArray concat (const boolNDArray& rb, const Array<octave_idx_type>& ra_idx); | 72 boolNDArray concat (const boolNDArray& rb, const Array<octave_idx_type>& ra_idx); |
72 | 73 |
73 boolNDArray& insert (const boolNDArray& a, octave_idx_type r, octave_idx_type c); | 74 boolNDArray& insert (const boolNDArray& a, octave_idx_type r, octave_idx_type c); |
74 boolNDArray& insert (const boolNDArray& a, const Array<octave_idx_type>& ra_idx); | 75 boolNDArray& insert (const boolNDArray& a, const Array<octave_idx_type>& ra_idx); |