comparison src/ov-str-mat.h @ 3221:eba59b8c64dc

[project @ 1998-11-19 20:31:46 by jwe]
author jwe
date Thu, 19 Nov 1998 20:31:47 +0000
parents 30770ba4457a
children 2334bd836a6d
comparison
equal deleted inserted replaced
3220:3deb1105fbc1 3221:eba59b8c64dc
92 92
93 bool is_real_type (void) const { return true; } 93 bool is_real_type (void) const { return true; }
94 94
95 bool is_matrix_type (void) const { return Vimplicit_str_to_num_ok; } 95 bool is_matrix_type (void) const { return Vimplicit_str_to_num_ok; }
96 96
97 bool is_numeric_type (void) const { return Vimplicit_str_to_num_ok; }
98
97 bool valid_as_scalar_index (void) const; 99 bool valid_as_scalar_index (void) const;
98 bool valid_as_zero_index (void) const;
99 100
100 Matrix matrix_value (bool = false) const; 101 Matrix matrix_value (bool = false) const;
101 102
102 string_vector all_strings (void) const; 103 string_vector all_strings (void) const;
103 104