toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN wls.h


From: Tom Drummond
Subject: [Toon-members] TooN wls.h
Date: Mon, 20 Apr 2009 21:14:59 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Tom Drummond <twd20>    09/04/20 21:14:59

Modified files:
        .              : wls.h 

Log message:
        documentation fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/wls.h?cvsroot=toon&r1=1.15&r2=1.16

Patches:
Index: wls.h
===================================================================
RCS file: /cvsroot/toon/TooN/wls.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- wls.h       20 Apr 2009 18:14:34 -0000      1.15
+++ wls.h       20 Apr 2009 21:14:59 -0000      1.16
@@ -41,7 +41,7 @@
 /// Performs weighted least squares computation.
 /// @param Size The number of dimensions in the system
 /// @param Precision The numerical precision used (double, float etc)
-/// @param Decomposition The class used to invert the inverse Covariance 
matrix (must have two size and one precision template arguments)
+/// @param Decomposition The class used to invert the inverse Covariance 
matrix (must have one integer size and one typename precision template 
arguments) this is Cholesky by default, but could also be SQSVD
 /// @ingroup gEquations
 template <int Size=Dynamic, class Precision=double,
                  template<int Size, class Precision> class Decomposition = 
Cholesky>




reply via email to

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