summaryrefslogtreecommitdiff
path: root/lib/Data
diff options
context:
space:
mode:
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