comparison src/ov-bool-mat.h @ 9841:6f1ea8241c99

make isnumeric yield false on logicals
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 20 Nov 2009 08:18:41 +0100
parents f80c566bc751
children b3089dba88bf
comparison
equal deleted inserted replaced
9840:c0b54271904b 9841:6f1ea8241c99
86 86
87 bool is_bool_type (void) const { return true; } 87 bool is_bool_type (void) const { return true; }
88 88
89 bool is_real_type (void) const { return true; } 89 bool is_real_type (void) const { return true; }
90 90
91 bool is_numeric_type (void) const { return false; }
92
91 int8NDArray 93 int8NDArray
92 int8_array_value (void) const { return int8NDArray (matrix); } 94 int8_array_value (void) const { return int8NDArray (matrix); }
93 95
94 int16NDArray 96 int16NDArray
95 int16_array_value (void) const { return int16NDArray (matrix); } 97 int16_array_value (void) const { return int16NDArray (matrix); }