comparison src/ov-ch-mat.h @ 5279:bd32f770c09a

[project @ 2005-04-12 21:55:31 by jwe]
author jwe
date Tue, 12 Apr 2005 21:55:31 +0000
parents 2969ccb6ff71
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5278:fe23ec6763b7 5279:bd32f770c09a
112 { return matrix.matrix_value (); } 112 { return matrix.matrix_value (); }
113 113
114 charNDArray char_array_value (bool = false) const 114 charNDArray char_array_value (bool = false) const
115 { return matrix; } 115 { return matrix; }
116 116
117 octave_value convert_to_str_internal (bool, bool) const 117 octave_value convert_to_str_internal (bool, bool, char type) const
118 { return octave_value (matrix, true); } 118 { return octave_value (matrix, true, type); }
119 119
120 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; 120 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;
121 121
122 protected: 122 protected:
123 123