diff liboctave/dDiagMatrix.cc @ 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/liboctave/dDiagMatrix.cc	Wed Dec 03 13:32:57 2008 +0100
+++ b/liboctave/dDiagMatrix.cc	Thu Dec 04 08:31:56 2008 +0100
@@ -387,6 +387,7 @@
   return d;
 }
 
+
 std::ostream&
 operator << (std::ostream& os, const DiagMatrix& a)
 {