Mercurial > hg > octave-max
comparison 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 |
comparison
equal
deleted
inserted
replaced
9852:aabf7a8c2e57 | 9853:8d9e4752441a |
---|---|
124 | 124 |
125 ComplexNDArray complex_array_value (bool = false) const { return matrix; } | 125 ComplexNDArray complex_array_value (bool = false) const { return matrix; } |
126 | 126 |
127 FloatComplexNDArray float_complex_array_value (bool = false) const; | 127 FloatComplexNDArray float_complex_array_value (bool = false) const; |
128 | 128 |
129 boolNDArray bool_array_value (bool warn = false) const; | |
130 | |
129 charNDArray char_array_value (bool frc_str_conv = false) const; | 131 charNDArray char_array_value (bool frc_str_conv = false) const; |
130 | 132 |
131 SparseMatrix sparse_matrix_value (bool = false) const; | 133 SparseMatrix sparse_matrix_value (bool = false) const; |
132 | 134 |
133 SparseComplexMatrix sparse_complex_matrix_value (bool = false) const; | 135 SparseComplexMatrix sparse_complex_matrix_value (bool = false) const; |