summaryrefslogtreecommitdiff
path: root/lib/Data
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-09-29 10:45:19 +0000
committerAlberto Ruiz <aruiz@um.es>2007-09-29 10:45:19 +0000
commit59e449d624d5313660848dd0e58fe95dc482f9ca (patch)
tree9d7581f6504ffbe1bf28fe45ac89a3e5a6c71a4d /lib/Data
parent3815bc25f62124063e02af83fe3c907336dc86f5 (diff)
LAPACK cholesky
Diffstat (limited to 'lib/Data')
-rw-r--r--lib/Data/Packed/Internal/Common.hs1
1 files changed, 1 insertions, 0 deletions
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"
69errorCode 2003 = "bad file" 69errorCode 2003 = "bad file"
70errorCode 2004 = "singular" 70errorCode 2004 = "singular"
71errorCode 2005 = "didn't converge" 71errorCode 2005 = "didn't converge"
72errorCode 2006 = "the input matrix is not positive definite"
72errorCode n = "code "++show n 73errorCode n = "code "++show n
73 74
74{- | conversion of Haskell functions into function pointers that can be used in the C side 75{- | conversion of Haskell functions into function pointers that can be used in the C side