comparison src/ov-bool-sparse.h @ 5282:5bdc3f24cd5f

[project @ 2005-04-14 22:17:26 by dbateman]
author dbateman
date Thu, 14 Apr 2005 22:17:27 +0000
parents bd32f770c09a
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5281:f3266e7dbb99 5282:5bdc3f24cd5f
80 80
81 type_conv_fcn numeric_conversion_function (void) const; 81 type_conv_fcn numeric_conversion_function (void) const;
82 82
83 octave_value *try_narrowing_conversion (void); 83 octave_value *try_narrowing_conversion (void);
84 84
85 #if 0 85 // XXX FIXME XXX Adapt idx_vector to allow sparse logical indexing!!
86 idx_vector index_vector (void) const { return idx_vector (matrix); } 86 idx_vector index_vector (void) const
87 #endif 87 { return idx_vector (bool_array_value ()); }
88 88
89 bool is_bool_matrix (void) const { return true; } 89 bool is_bool_matrix (void) const { return true; }
90 90
91 bool is_bool_type (void) const { return true; } 91 bool is_bool_type (void) const { return true; }
92 92