[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: |
Mon, 19 Oct 2009 14:16:28 +0000 |
CVSROOT: /cvsroot/toon
Module name: TooN
Changes by: Edward Rosten <edrosten> 09/10/19 14:16:28
Modified files:
. : Lapack_Cholesky.h
Log message:
Update doc.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/Lapack_Cholesky.h?cvsroot=toon&r1=1.4&r2=1.5
Patches:
Index: Lapack_Cholesky.h
===================================================================
RCS file: /cvsroot/toon/TooN/Lapack_Cholesky.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Lapack_Cholesky.h 19 Oct 2009 14:15:56 -0000 1.4
+++ Lapack_Cholesky.h 19 Oct 2009 14:16:28 -0000 1.5
@@ -67,10 +67,6 @@
giving symmetric M = L*D*L.T() where the diagonal of L contains ones
@param Size the size of the matrix
@param Precision the precision of the entries in the matrix and its
decomposition
-
address@hidden Always uses double precision LAPACK routines. On-line checking
of
-precision or template specialization could be used to implement single
-precision if necessary.
**/
template <int Size, typename Precision=DefaultPrecision>
class Lapack_Cholesky {