upiterbarg / mpmath

Automatically exported from code.google.com/p/mpmath
Other
0 stars 0 forks source link

overdetermined complex linear equation systems #187

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Now that we have complex Cholesky decomposition, it should be possible to
use cholesky_solve() in lu_solve() even for complex overdetermined systems. 
However it does not seem to work if you remove the special case logic for
such systems.

Original issue reported on code.google.com by Vinzent.Steinberg@gmail.com on 2 Mar 2010 at 9:42