diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-09-29 10:45:19 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-09-29 10:45:19 +0000 |
commit | 59e449d624d5313660848dd0e58fe95dc482f9ca (patch) | |
tree | 9d7581f6504ffbe1bf28fe45ac89a3e5a6c71a4d /lib/Data/Packed | |
parent | 3815bc25f62124063e02af83fe3c907336dc86f5 (diff) |
LAPACK cholesky
Diffstat (limited to 'lib/Data/Packed')
-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 |