Mercurial > hg > octave-nkf
diff src/ov-complex.h @ 4569:01e4957409a4
[project @ 2003-10-30 05:48:17 by jwe]
author | jwe |
---|---|
date | Thu, 30 Oct 2003 05:48:17 +0000 |
parents | 5719210fff4c |
children | d44675070f1a |
line wrap: on
line diff
--- a/src/ov-complex.h +++ b/src/ov-complex.h @@ -86,10 +86,14 @@ Matrix matrix_value (bool = false) const; + NDArray array_value (bool = false) const; + Complex complex_value (bool = false) const; ComplexMatrix complex_matrix_value (bool = false) const; + ComplexNDArray complex_array_value (bool = false) const; + void increment (void) { scalar += 1.0; } void decrement (void) { scalar -= 1.0; }