diff liboctave/PermMatrix.h @ 9708:6f3ffe11d926

implement luupdate
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 08 Oct 2009 16:05:53 +0200
parents 7c6d5d8c8d37
children 72fab01e5d68
line wrap: on
line diff
--- a/liboctave/PermMatrix.h
+++ b/liboctave/PermMatrix.h
@@ -118,6 +118,8 @@
   void print_info (std::ostream& os, const std::string& prefix) const
     { Array<octave_idx_type>::print_info (os, prefix); }
 
+  static PermMatrix eye (octave_idx_type n);
+
 private:
   bool _colp;
 };