diff liboctave/CSparse.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/CSparse.h
+++ b/liboctave/CSparse.h
@@ -395,10 +395,6 @@
 
   SparseComplexMatrix squeeze (void) const;
 
-  SparseComplexMatrix index (const idx_vector& i, bool resize_ok) const;
-
-  SparseComplexMatrix index (const idx_vector& i, const idx_vector& j, bool resize_ok) const;
-
   SparseComplexMatrix reshape (const dim_vector& new_dims) const;
 
   SparseComplexMatrix permute (const Array<octave_idx_type>& vec,