toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN Cholesky.h


From: Olaf Kähler
Subject: [Toon-members] TooN Cholesky.h
Date: Thu, 09 Jun 2011 14:21:58 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Olaf Kähler <ok245>     11/06/09 14:21:58

Modified files:
        .              : Cholesky.h 

Log message:
        Added missing using.

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

Patches:
Index: Cholesky.h
===================================================================
RCS file: /cvsroot/toon/TooN/Cholesky.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- Cholesky.h  19 Oct 2009 14:08:52 -0000      1.38
+++ Cholesky.h  9 Jun 2011 14:21:58 -0000       1.39
@@ -235,6 +235,7 @@
        }
        
        Matrix<Size,Size,Precision> get_L() const {
+               using std::sqrt;
                Matrix<Size,Size,Precision> m(my_cholesky.num_rows(),
                                              my_cholesky.num_rows());
                m=Zeros;



reply via email to

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