toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN Cholesky.h


From: Gerhard Reitmayr
Subject: [Toon-members] TooN Cholesky.h
Date: Mon, 12 Mar 2007 14:26:32 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Gerhard Reitmayr <gerhard>      07/03/12 14:26:32

Modified files:
        .              : Cholesky.h 

Log message:
        default constructor for Cholesky<-1>

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

Patches:
Index: Cholesky.h
===================================================================
RCS file: /cvsroot/toon/TooN/Cholesky.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- Cholesky.h  11 Feb 2007 13:20:11 -0000      1.15
+++ Cholesky.h  12 Mar 2007 14:26:32 -0000      1.16
@@ -397,6 +397,8 @@
     class Cholesky<-1> {
     public:
 
+    Cholesky(void) {}
+
        template<class Accessor>
        Cholesky(const DynamicMatrix<Accessor>& m) {
            compute(m);




reply via email to

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