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: Edward Rosten
Subject: [Toon-members] TooN GR_SVD.h
Date: Mon, 01 Feb 2010 19:33:03 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        10/02/01 19:33:02

Modified files:
        .              : GR_SVD.h 

Log message:
        Doc tweak.

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

Patches:
Index: GR_SVD.h
===================================================================
RCS file: /cvsroot/toon/TooN/GR_SVD.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- GR_SVD.h    26 Aug 2009 10:37:18 -0000      1.4
+++ GR_SVD.h    1 Feb 2010 19:33:02 -0000       1.5
@@ -53,8 +53,9 @@
      
      The template parameters WANT_U and WANT_V may be set to false to
      indicate that U and/or V are not needed for a minor speed-up.
-  **/
 
+        @ingroup gDecomps
+  **/
   template<int M, int N, class Precision = DefaultPrecision, bool WANT_U = 1, 
bool WANT_V = 1> 
   class GR_SVD
   {




reply via email to

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