comparison src/ov-base.h @ 9329:67fc970dad7d

improve indexed assignment using indexed numel
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 10 Jun 2009 11:31:58 +0200
parents 23af5910e5f5
children e08d72bb988e
comparison
equal deleted inserted replaced
9328:0307f5e5568c 9329:67fc970dad7d
148 virtual octave_value full_value (void) const; 148 virtual octave_value full_value (void) const;
149 149
150 virtual octave_base_value *try_narrowing_conversion (void) { return 0; } 150 virtual octave_base_value *try_narrowing_conversion (void) { return 0; }
151 151
152 virtual void maybe_economize (void) { } 152 virtual void maybe_economize (void) { }
153
154 virtual Matrix size (void);
155
156 virtual octave_idx_type numel (const octave_value_list&);
153 157
154 virtual octave_value 158 virtual octave_value
155 subsref (const std::string& type, 159 subsref (const std::string& type,
156 const std::list<octave_value_list>& idx); 160 const std::list<octave_value_list>& idx);
157 161