diff src/ov-class.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 f27a8c07f0b2
children e08d72bb988e
line wrap: on
line diff
--- a/src/ov-class.h
+++ b/src/ov-class.h
@@ -72,6 +72,10 @@
 
   Cell dotref (const octave_value_list& idx);
 
+  Matrix size (void);
+
+  octave_idx_type numel (const octave_value_list&); 
+
   octave_value subsref (const std::string& type,
 			const std::list<octave_value_list>& idx)
     {