diff liboctave/boolSparse.h @ 7515:f3c00dc0912b

Eliminate the rest of the dispatched sparse functions
author David Bateman <dbateman@free.fr>
date Fri, 22 Feb 2008 15:50:51 +0100
parents a1dbe9d80eee
children eb63fbe60fab
line wrap: on
line diff
--- a/liboctave/boolSparse.h	Fri Feb 22 13:47:38 2008 -0500
+++ b/liboctave/boolSparse.h	Fri Feb 22 15:50:51 2008 +0100
@@ -88,6 +88,8 @@
   SparseBoolMatrix concat (const SparseBoolMatrix& rb, 
 			   const Array<octave_idx_type>& ra_idx);
 
+  SparseBoolMatrix diag (octave_idx_type k = 0) const;
+
   boolMatrix matrix_value (void) const;
 
   SparseBoolMatrix squeeze (void) const;