Mercurial > hg > octave-lyh
diff src/ov-cx-sparse.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-sparse.h +++ b/src/ov-cx-sparse.h @@ -127,6 +127,8 @@ SparseComplexMatrix sparse_complex_matrix_value (bool = false) const { return matrix; } + SparseBoolMatrix sparse_bool_matrix_value (bool warn = false) const; + #if 0 int write (octave_stream& os, int block_size, oct_data_conv::data_type output_type, int skip,