diff src/ov.h @ 8367:445d27d79f4e

support permutation matrix objects
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 04 Dec 2008 08:31:56 +0100
parents 8b1a2555c4e2
children c3f7e2549abb
line wrap: on
line diff
--- a/src/ov.h	Wed Dec 03 13:32:57 2008 +0100
+++ b/src/ov.h	Thu Dec 04 08:31:56 2008 +0100
@@ -207,6 +207,7 @@
   octave_value (const FloatComplexRowVector& v);
   octave_value (const ComplexColumnVector& v);
   octave_value (const FloatComplexColumnVector& v);
+  octave_value (const PermMatrix& p, bool single = false);
   octave_value (bool b);
   octave_value (const boolMatrix& bm, const MatrixType& t = MatrixType());
   octave_value (const boolNDArray& bnda);