toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN GR_SVD.h


From: Gerhard Reitmayr
Subject: [Toon-members] TooN GR_SVD.h
Date: Thu, 10 Nov 2011 21:27:41 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Gerhard Reitmayr <gerhard>      11/11/10 21:27:41

Modified files:
        .              : GR_SVD.h 

Log message:
        quadratic GR_SVD by default

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/GR_SVD.h?cvsroot=toon&r1=1.6&r2=1.7

Patches:
Index: GR_SVD.h
===================================================================
RCS file: /cvsroot/toon/TooN/GR_SVD.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- GR_SVD.h    16 Aug 2011 09:21:49 -0000      1.6
+++ GR_SVD.h    10 Nov 2011 21:27:40 -0000      1.7
@@ -56,7 +56,7 @@
 
         @ingroup gDecomps
   **/
-  template<int M, int N, class Precision = DefaultPrecision, bool WANT_U = 1, 
bool WANT_V = 1> 
+  template<int M, int N = M, class Precision = DefaultPrecision, bool WANT_U = 
1, bool WANT_V = 1> 
   class GR_SVD
   {
   public:



reply via email to

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