comparison 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
comparison
equal deleted inserted replaced
4583:70da2b8c91dd 4584:f7697d703481
73 // XXX FIXME XXX -- this is not quite the right thing. 73 // XXX FIXME XXX -- this is not quite the right thing.
74 74
75 boolNDArray all (int dim = -1) const; 75 boolNDArray all (int dim = -1) const;
76 boolNDArray any (int dim = -1) const; 76 boolNDArray any (int dim = -1) const;
77 77
78 Matrix cumprod (int dim = -1) const; 78 NDArray cumprod (int dim = -1) const;
79 Matrix cumsum (int dim = -1) const; 79 NDArray cumsum (int dim = -1) const;
80 NDArray prod (int dim = -1) const; 80 NDArray prod (int dim = -1) const;
81 NDArray sum (int dim = -1) const; 81 NDArray sum (int dim = -1) const;
82 NDArray sumsq (int dim = -1) const; 82 NDArray sumsq (int dim = -1) const;
83 83
84 Matrix abs (void) const; 84 Matrix abs (void) const;