diff liboctave/idx-vector.h @ 8367:445d27d79f4e

support permutation matrix objects
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 04 Dec 2008 08:31:56 +0100
parents 9238637cb81c
children a99b9113c58c
line wrap: on
line diff
--- a/liboctave/idx-vector.h	Wed Dec 03 13:32:57 2008 +0100
+++ b/liboctave/idx-vector.h	Thu Dec 04 08:31:56 2008 +0100
@@ -719,6 +719,8 @@
   idx_vector
   complement (octave_idx_type n) const;
 
+  bool is_permutation (octave_idx_type n) const;
+
   // FIXME -- these are here for compatibility.  They should be removed
   // when no longer in use.