diff liboctave/MSparse.h @ 10785:c2041adcf234

remove unnecessary sparse indexing overloads
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 13 Jul 2010 12:08:08 +0200
parents b4d2080b6df7
children fd0a3ac60b0e
line wrap: on
line diff
--- a/liboctave/MSparse.h	Mon Jul 12 21:32:18 2010 +0200
+++ b/liboctave/MSparse.h	Tue Jul 13 12:08:08 2010 +0200
@@ -91,12 +91,6 @@
 
   MSparse<T> squeeze (void) const { return Sparse<T>::squeeze (); }
 
-  MSparse<T> index (const idx_vector& i, bool resize_ok) const 
-    { return Sparse<T>::index (i, resize_ok); }
-
-  MSparse<T> index (const idx_vector& i, const idx_vector& j, bool resize_ok) const 
-    { return Sparse<T>::index (i, j, resize_ok); }
-  
   MSparse<T> reshape (const dim_vector& new_dims) const
     { return Sparse<T>::reshape (new_dims); }