Mercurial > hg > octave-lyh
comparison src/ov-str-mat.h @ 5715:edf82d02be75
[project @ 2006-03-24 16:42:43 by jwe]
author | jwe |
---|---|
date | Fri, 24 Mar 2006 16:42:44 +0000 |
parents | 6286c96121c2 |
children | c7d5a534afa5 |
comparison
equal
deleted
inserted
replaced
5714:24f6a13878c2 | 5715:edf82d02be75 |
---|---|
123 | 123 |
124 ComplexMatrix complex_matrix_value (bool = false) const; | 124 ComplexMatrix complex_matrix_value (bool = false) const; |
125 | 125 |
126 ComplexNDArray complex_array_value (bool = false) const; | 126 ComplexNDArray complex_array_value (bool = false) const; |
127 | 127 |
128 string_vector all_strings (void) const; | 128 string_vector all_strings (bool pad = false) const; |
129 | 129 |
130 std::string string_value (bool force = false) const; | 130 std::string string_value (bool force = false) const; |
131 | 131 |
132 bool print_as_scalar (void) const { return (rows () <= 1); } | 132 bool print_as_scalar (void) const { return (rows () <= 1); } |
133 | 133 |