Mercurial > hg > octave-lyh
comparison src/ov-complex.h @ 5900:c20eb7330d13
[project @ 2006-07-22 08:31:16 by jwe]
author | jwe |
---|---|
date | Sat, 22 Jul 2006 08:31:17 +0000 |
parents | b9c45e0cf685 |
children | cdef72fcd206 |
comparison
equal
deleted
inserted
replaced
5899:82c38ce145a7 | 5900:c20eb7330d13 |
---|---|
139 // Yes, for compatibility, we drop the imaginary part here. | 139 // Yes, for compatibility, we drop the imaginary part here. |
140 return os.write (array_value (true), block_size, output_type, | 140 return os.write (array_value (true), block_size, output_type, |
141 skip, flt_fmt); | 141 skip, flt_fmt); |
142 } | 142 } |
143 | 143 |
144 mxArray *as_mxArray (void) const; | |
145 | |
144 private: | 146 private: |
145 | 147 |
146 DECLARE_OCTAVE_ALLOCATOR | 148 DECLARE_OCTAVE_ALLOCATOR |
147 | 149 |
148 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA | 150 DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA |