diff liboctave/dSparse.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 4b51c0a20a98
line wrap: on
line diff
--- a/liboctave/dSparse.h
+++ b/liboctave/dSparse.h
@@ -406,10 +406,6 @@
 
   SparseMatrix squeeze (void) const;
 
-  SparseMatrix index (const idx_vector& i, bool resize_ok) const;
-
-  SparseMatrix index (const idx_vector& i, const idx_vector& j, bool resize_ok) const;
-
   SparseMatrix reshape (const dim_vector& new_dims) const;
 
   SparseMatrix permute (const Array<octave_idx_type>& vec, bool inv = false) const;