Mercurial > hg > octave-lyh
diff src/ov-cx-mat.h @ 9853:8d9e4752441a
implement complex built-in logical conversions
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 23 Nov 2009 10:48:31 +0100 |
parents | f80c566bc751 |
children | b3089dba88bf |
line wrap: on
line diff
--- a/src/ov-cx-mat.h +++ b/src/ov-cx-mat.h @@ -126,6 +126,8 @@ FloatComplexNDArray float_complex_array_value (bool = false) const; + boolNDArray bool_array_value (bool warn = false) const; + charNDArray char_array_value (bool frc_str_conv = false) const; SparseMatrix sparse_matrix_value (bool = false) const;