toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN SVD.h


From: Tom Drummond
Subject: [Toon-members] TooN SVD.h
Date: Mon, 20 Apr 2009 17:56:16 +0000

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

Modified files:
        .              : SVD.h 

Log message:
        using DefaultPrecision

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/SVD.h?cvsroot=toon&r1=1.12&r2=1.13

Patches:
Index: SVD.h
===================================================================
RCS file: /cvsroot/toon/TooN/SVD.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- SVD.h       20 Apr 2009 17:44:02 -0000      1.12
+++ SVD.h       20 Apr 2009 17:56:16 -0000      1.13
@@ -40,7 +40,7 @@
 
 // Use <-1> template for TooN2 SVD
 
-template<int Rows=Dynamic, int Cols=Rows, typename Precision=double>
+template<int Rows=Dynamic, int Cols=Rows, typename Precision=DefaultPrecision>
 class SVD {
 public:
        // this is the size of the diagonal




reply via email to

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