comparison liboctave/floatLU.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
comparison
equal deleted inserted replaced
8366:8b1a2555c4e2 8367:445d27d79f4e
32 // Instantiate the base LU class for the types we need. 32 // Instantiate the base LU class for the types we need.
33 33
34 #include <base-lu.h> 34 #include <base-lu.h>
35 #include <base-lu.cc> 35 #include <base-lu.cc>
36 36
37 template class base_lu <FloatMatrix, float, Matrix, double>; 37 template class base_lu <FloatMatrix>;
38 38
39 // Define the constructor for this particular derivation. 39 // Define the constructor for this particular derivation.
40 40
41 extern "C" 41 extern "C"
42 { 42 {