diff liboctave/fCmplxQRP.h @ 10905:9ee5a0a1b93d

Return permutation vector from QR as a row, not column, vector. Fixes Bug #30832.
author Rik <octave@nomad.inbox5.com>
date Sat, 21 Aug 2010 13:02:34 -0700
parents cbc402e64d83
children fd0a3ac60b0e
line wrap: on
line diff
--- a/liboctave/fCmplxQRP.h	Sat Aug 21 11:18:26 2010 -0700
+++ b/liboctave/fCmplxQRP.h	Sat Aug 21 13:02:34 2010 -0700
@@ -58,7 +58,7 @@
 
   PermMatrix P (void) const { return p; }
 
-  FloatColumnVector Pvec (void) const;
+  FloatRowVector Pvec (void) const;
 
   friend std::ostream&  operator << (std::ostream&, const FloatComplexQRP&);