toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN Cholesky.h


From: Ethan Eade
Subject: [Toon-members] TooN Cholesky.h
Date: Sun, 16 Jul 2006 19:45:01 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Ethan Eade <ethaneade>  06/07/16 19:45:01

Modified files:
        .              : Cholesky.h 

Log message:
        Again.

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

Patches:
Index: Cholesky.h
===================================================================
RCS file: /cvsroot/toon/TooN/Cholesky.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- Cholesky.h  16 Jul 2006 19:43:16 -0000      1.9
+++ Cholesky.h  16 Jul 2006 19:45:01 -0000      1.10
@@ -82,7 +82,7 @@
        {
            for (int col = 0; col<S; col++) {
                Vector<S> t,x;
-               t[col] = invdiag[i];
+               t[col] = invdiag[col];
                for (int i=col+1; i<S; i++) {
                    double psum = 0;
                    for (int j=col; j<i; j++)




reply via email to

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