toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN Makefile.in GR_SVD.h


From: Edward Rosten
Subject: [Toon-members] TooN Makefile.in GR_SVD.h
Date: Tue, 16 Aug 2011 09:21:50 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        11/08/16 09:21:50

Modified files:
        .              : Makefile.in GR_SVD.h 

Log message:
        Really add regression test. Add missing using declerations.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/Makefile.in?cvsroot=toon&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/TooN/GR_SVD.h?cvsroot=toon&r1=1.5&r2=1.6

Patches:
Index: Makefile.in
===================================================================
RCS file: /cvsroot/toon/TooN/Makefile.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- Makefile.in 29 Jun 2010 14:20:46 -0000      1.28
+++ Makefile.in 16 Aug 2011 09:21:49 -0000      1.29
@@ -38,7 +38,7 @@
        doxygen 
 
 
-TESTS=lu slice vector_resize gauss_jordan eigen-sqrt determinant chol_toon 
chol_lapack simplex sym_eigen fill so3 complex qr
+TESTS=lu slice vector_resize gauss_jordan eigen-sqrt determinant chol_toon 
chol_lapack simplex sym_eigen fill so3 complex qr gr_svd
 
 
 TEST_RESULT=$(TESTS:%=regressions/%.result)

Index: GR_SVD.h
===================================================================
RCS file: /cvsroot/toon/TooN/GR_SVD.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- GR_SVD.h    1 Feb 2010 19:33:02 -0000       1.5
+++ GR_SVD.h    16 Aug 2011 09:21:49 -0000      1.6
@@ -160,6 +160,7 @@
   {
     using std::abs;
     using std::max;
+    using std::sqrt;
     // ------------  Householder reduction to bidiagonal form
     Precision g = 0.0;
     Precision scale = 0.0;
@@ -347,6 +348,7 @@
   bool GR_SVD<M,N,Precision,WANT_U, WANT_V>::Diagonalize_SubLoop(int k, 
Precision &z)
   {
     using std::abs;
+    using std::sqrt;
     const int k1 = k-1;
     // 520 is here!
     for(int l=k; l>=0; --l)



reply via email to

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