diff liboctave/fCmplxLU.cc @ 8367:445d27d79f4e

support permutation matrix objects
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 04 Dec 2008 08:31:56 +0100
parents 5420b8cf011a
children eb63fbe60fab
line wrap: on
line diff
--- a/liboctave/fCmplxLU.cc	Wed Dec 03 13:32:57 2008 +0100
+++ b/liboctave/fCmplxLU.cc	Thu Dec 04 08:31:56 2008 +0100
@@ -34,7 +34,7 @@
 #include <base-lu.h>
 #include <base-lu.cc>
 
-template class base_lu <FloatComplexMatrix, FloatComplex, Matrix, double>;
+template class base_lu <FloatComplexMatrix>;
 
 // Define the constructor for this particular derivation.