toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN Cholesky.h


From: Tom Drummond
Subject: [Toon-members] TooN Cholesky.h
Date: Mon, 20 Apr 2009 17:55:46 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Tom Drummond <twd20>    09/04/20 17:55:46

Modified files:
        .              : Cholesky.h 

Log message:
        using DefaultPrecision

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/Cholesky.h?cvsroot=toon&r1=1.33&r2=1.34

Patches:
Index: Cholesky.h
===================================================================
RCS file: /cvsroot/toon/TooN/Cholesky.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- Cholesky.h  20 Apr 2009 17:50:20 -0000      1.33
+++ Cholesky.h  20 Apr 2009 17:55:46 -0000      1.34
@@ -71,7 +71,7 @@
 @param Size the size of the matrix
 @param Precision the precision of the entries in the matrix and its 
decomposition
 **/
-template <int Size=Dynamic, class Precision=double>
+template <int Size=Dynamic, class Precision=DefaultPrecision>
 class Cholesky {
 public:
        Cholesky(){}




reply via email to

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