diff src/ov-base-mat.h @ 10670:654fbde5dceb

make cellfun's fast scalar collection mechanism public
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 28 May 2010 12:28:06 +0200
parents 0f310fce905d
children d9e57045b9e1
line wrap: on
line diff
--- a/src/ov-base-mat.h	Thu May 27 20:12:51 2010 -0700
+++ b/src/ov-base-mat.h	Fri May 28 12:28:06 2010 +0200
@@ -165,6 +165,12 @@
       return matrix;
     }
 
+  octave_value
+  fast_elem_extract (octave_idx_type n) const;
+
+  bool
+  fast_elem_insert (octave_idx_type n, const octave_value& x);
+
 protected:
 
   MT matrix;