[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Toon-members] TooN Lapack_Cholesky.h
From: |
Edward Rosten |
Subject: |
[Toon-members] TooN Lapack_Cholesky.h |
Date: |
Thu, 01 Oct 2009 12:36:17 +0000 |
CVSROOT: /cvsroot/toon
Module name: TooN
Changes by: Edward Rosten <edrosten> 09/10/01 12:36:17
Modified files:
. : Lapack_Cholesky.h
Log message:
Bug fix from Ville Kyrki.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/Lapack_Cholesky.h?cvsroot=toon&r1=1.1&r2=1.2
Patches:
Index: Lapack_Cholesky.h
===================================================================
RCS file: /cvsroot/toon/TooN/Lapack_Cholesky.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- Lapack_Cholesky.h 22 Apr 2009 08:05:09 -0000 1.1
+++ Lapack_Cholesky.h 1 Oct 2009 12:36:17 -0000 1.2
@@ -64,7 +64,7 @@
@param Size the size of the matrix
@param Precision the precision of the entries in the matrix and its
decomposition
**/
-template <int Size, tyepname Precision>
+template <int Size, typename Precision>
class Lapack_Cholesky {
public:
- [Toon-members] TooN Lapack_Cholesky.h,
Edward Rosten <=