diff src/ov-re-diag.h @ 8960:93f18f166aba

remove float perm matrices
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 12 Mar 2009 09:24:37 +0100
parents eb63fbe60fab
children e793865ede63
line wrap: on
line diff
--- a/src/ov-re-diag.h
+++ b/src/ov-re-diag.h
@@ -57,6 +57,9 @@
 
   octave_base_value *try_narrowing_conversion (void);
 
+  octave_value do_index_op (const octave_value_list& idx,
+			    bool resize_ok = false);
+
   bool is_real_matrix (void) const { return true; }
 
   bool is_real_type (void) const { return true; }