diff options
Diffstat (limited to 'lib/Data/Packed/Internal/Common.hs')
-rw-r--r-- | lib/Data/Packed/Internal/Common.hs | 1 |
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" | |||
69 | errorCode 2003 = "bad file" | 69 | errorCode 2003 = "bad file" |
70 | errorCode 2004 = "singular" | 70 | errorCode 2004 = "singular" |
71 | errorCode 2005 = "didn't converge" | 71 | errorCode 2005 = "didn't converge" |
72 | errorCode 2006 = "the input matrix is not positive definite" | ||
72 | errorCode n = "code "++show n | 73 | errorCode 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 |