Mercurial > hg > octave-nkf
comparison src/ov-ch-mat.h @ 4550:69a9b22a72a2
[project @ 2003-10-27 15:41:55 by jwe]
author | jwe |
---|---|
date | Mon, 27 Oct 2003 15:41:55 +0000 |
parents | 79df15d4470c |
children | ef3a14fb6847 |
comparison
equal
deleted
inserted
replaced
4549:2d393bead213 | 4550:69a9b22a72a2 |
---|---|
104 { return ComplexMatrix (matrix.matrix_value ()); } | 104 { return ComplexMatrix (matrix.matrix_value ()); } |
105 | 105 |
106 charMatrix char_matrix_value (bool = false) const | 106 charMatrix char_matrix_value (bool = false) const |
107 { return matrix.matrix_value (); } | 107 { return matrix.matrix_value (); } |
108 | 108 |
109 charNDArray array_value (bool = false) const | 109 charNDArray char_array_value (bool = false) const |
110 { return matrix; } | 110 { return matrix; } |
111 | 111 |
112 octave_value convert_to_str_internal (bool, bool) const | 112 octave_value convert_to_str_internal (bool, bool) const |
113 { return octave_value (matrix.matrix_value (), true); } | 113 { return octave_value (matrix.matrix_value (), true); } |
114 | 114 |