toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN Cholesky.h


From: Tom Drummond
Subject: [Toon-members] TooN Cholesky.h
Date: Mon, 20 Apr 2009 20:40:28 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Tom Drummond <twd20>    09/04/20 20:40:28

Modified files:
        .              : Cholesky.h 

Log message:
        documentation fix

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

Patches:
Index: Cholesky.h
===================================================================
RCS file: /cvsroot/toon/TooN/Cholesky.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- Cholesky.h  20 Apr 2009 20:33:46 -0000      1.35
+++ Cholesky.h  20 Apr 2009 20:40:24 -0000      1.36
@@ -47,7 +47,7 @@
 Matrix<3> A = ...; // we'll pretend it is pos-def
 Matrix<2,3> M;
 Matrix<2> B;
-Vector<3> y = (make_Vector, 2,3,4);
+Vector<3> y = make_Vector(2,3,4);
 // create the Cholesky decomposition of A
 Cholesky<3> chol(A);
 // compute x = A^-1 * y




reply via email to

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