[Math-atlas-errors] error in ATLAS's row-major complex Cholesky
Brought to you by:
rwhaley,
tonyc040457
|
From: <rw...@cs...> - 2003-11-28 17:49:42
|
Ladies & Gentlemen, Pearu of the Scipy project (www.scopy.org) reported a bug in the row-major complex Cholesky code, and I have verified and issued an errata for it: http://math-atlas.sourceforge.net/errata.html#clltR This bug will affect all codes that depend on row-major complex cholesky (i.e. the problem could show up in the solve or inversion of row-major complex matrices). If you are not using row-major operations at all, you can safely ignore. If you use row-major operations, it is probably safest to apply the fix. If you are using the developer series, this error will be fixed in 3.5.13, which should be released this weekend (I'm waiting on some contributer code for the release). Regards, Clint |