Mercurial > hg > octave-nkf
diff liboctave/dNDArray.h @ 4584:f7697d703481
[project @ 2003-10-31 19:47:35 by jwe]
author | jwe |
---|---|
date | Fri, 31 Oct 2003 19:47:36 +0000 |
parents | 01e4957409a4 |
children | 7b957b442818 |
line wrap: on
line diff
--- a/liboctave/dNDArray.h +++ b/liboctave/dNDArray.h @@ -75,8 +75,8 @@ boolNDArray all (int dim = -1) const; boolNDArray any (int dim = -1) const; - Matrix cumprod (int dim = -1) const; - Matrix cumsum (int dim = -1) const; + NDArray cumprod (int dim = -1) const; + NDArray cumsum (int dim = -1) const; NDArray prod (int dim = -1) const; NDArray sum (int dim = -1) const; NDArray sumsq (int dim = -1) const;