comparison src/ov-base.h @ 5631:7171d19706df

[project @ 2006-02-22 20:15:06 by dbateman]
author dbateman
date Wed, 22 Feb 2006 20:16:00 +0000
parents 2857357f9d3c
children 6286c96121c2
comparison
equal deleted inserted replaced
5630:512d0d11ae39 5631:7171d19706df
160 bool is_scalar_type (void) const { return false; } 160 bool is_scalar_type (void) const { return false; }
161 161
162 bool is_matrix_type (void) const { return false; } 162 bool is_matrix_type (void) const { return false; }
163 163
164 bool is_numeric_type (void) const { return false; } 164 bool is_numeric_type (void) const { return false; }
165
166 bool is_sparse_type (void) const { return false; }
165 167
166 bool valid_as_scalar_index (void) const { return false; } 168 bool valid_as_scalar_index (void) const { return false; }
167 169
168 bool valid_as_zero_index (void) const { return false; } 170 bool valid_as_zero_index (void) const { return false; }
169 171