Mercurial > hg > octave-nkf
comparison src/ov-bool-mat.h @ 4457:d7d9ca19960a
[project @ 2003-07-11 03:05:38 by jwe]
author | jwe |
---|---|
date | Fri, 11 Jul 2003 03:05:39 +0000 |
parents | f3c21a1d1c62 |
children | 508238e65af7 |
comparison
equal
deleted
inserted
replaced
4456:b0aff7648c2d | 4457:d7d9ca19960a |
---|---|
96 { return ComplexMatrix (matrix); } | 96 { return ComplexMatrix (matrix); } |
97 | 97 |
98 boolMatrix bool_matrix_value (void) const | 98 boolMatrix bool_matrix_value (void) const |
99 { return matrix; } | 99 { return matrix; } |
100 | 100 |
101 octave_value convert_to_str_internal (bool = false) const | 101 octave_value convert_to_str_internal (bool pad, bool force) const; |
102 { return octave_value (matrix); } | |
103 | 102 |
104 protected: | 103 protected: |
105 | 104 |
106 DECLARE_OCTAVE_ALLOCATOR | 105 DECLARE_OCTAVE_ALLOCATOR |
107 | 106 |