toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] TooN determinant.h


From: Edward Rosten
Subject: [Toon-members] TooN determinant.h
Date: Wed, 07 Apr 2010 14:48:07 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        10/04/07 14:48:07

Modified files:
        .              : determinant.h 

Log message:
        Fix for LAPACK-free operation

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/determinant.h?cvsroot=toon&r1=1.4&r2=1.5

Patches:
Index: determinant.h
===================================================================
RCS file: /cvsroot/toon/TooN/determinant.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- determinant.h       6 Sep 2009 16:36:10 -0000       1.4
+++ determinant.h       7 Apr 2010 14:48:07 -0000       1.5
@@ -121,6 +121,7 @@
                return determinant;
        }
        
+       #ifdef TOON_DETERMINANT_LAPACK
        /** Compute the determinant using TooN::LU.
                @param A The matrix to find the determinant of.
                @returns determinant.
@@ -133,6 +134,7 @@
                LU<Internal::Square<R,C>::Size, P> lu(A);
                return lu.determinant();
        }
+       #endif
 
        /** 
                Compute the determinant of a matrix using an appropriate 
method. The




reply via email to

[Prev in Thread] Current Thread [Next in Thread]