Mercurial > hg > octave-nkf
comparison liboctave/CMatrix.h @ 3723:4c3774db5b3c
[project @ 2000-10-12 05:10:08 by jwe]
author | jwe |
---|---|
date | Thu, 12 Oct 2000 05:10:09 +0000 |
parents | d9803711e047 |
children | f9ea3dcf58ee |
comparison
equal
deleted
inserted
replaced
3722:ecc97b03ec09 | 3723:4c3774db5b3c |
---|---|
242 bool too_large_for_float (void) const; | 242 bool too_large_for_float (void) const; |
243 | 243 |
244 boolMatrix all (void) const; | 244 boolMatrix all (void) const; |
245 boolMatrix any (void) const; | 245 boolMatrix any (void) const; |
246 | 246 |
247 ComplexMatrix cumprod (void) const; | 247 ComplexMatrix cumprod (int dim = 0) const; |
248 ComplexMatrix cumsum (void) const; | 248 ComplexMatrix cumsum (int dim = 0) const; |
249 ComplexMatrix prod (void) const; | 249 ComplexMatrix prod (int dim = 0) const; |
250 ComplexMatrix sum (void) const; | 250 ComplexMatrix sum (int dim = 0) const; |
251 ComplexMatrix sumsq (void) const; | 251 ComplexMatrix sumsq (int dim = 0) const; |
252 | 252 |
253 ComplexColumnVector diag (void) const; | 253 ComplexColumnVector diag (void) const; |
254 ComplexColumnVector diag (int k) const; | 254 ComplexColumnVector diag (int k) const; |
255 | 255 |
256 bool row_is_real_only (int) const; | 256 bool row_is_real_only (int) const; |