From 59e449d624d5313660848dd0e58fe95dc482f9ca Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Sat, 29 Sep 2007 10:45:19 +0000 Subject: LAPACK cholesky --- lib/Data/Packed/Internal/Common.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Data') diff --git a/lib/Data/Packed/Internal/Common.hs b/lib/Data/Packed/Internal/Common.hs index 218fb6b..75a5b1e 100644 --- a/lib/Data/Packed/Internal/Common.hs +++ b/lib/Data/Packed/Internal/Common.hs @@ -69,6 +69,7 @@ errorCode 2002 = "memory problem" errorCode 2003 = "bad file" errorCode 2004 = "singular" errorCode 2005 = "didn't converge" +errorCode 2006 = "the input matrix is not positive definite" errorCode n = "code "++show n {- | conversion of Haskell functions into function pointers that can be used in the C side -- cgit v1.2.3