ocramz / sparse-linear-algebra

Numerical computation in native Haskell
GNU General Public License v3.0
88 stars 10 forks source link

complex-valued Cholesky fails #51

Open Jaxan opened 6 years ago

Jaxan commented 6 years ago

As shown in one of the test-cases, the Cholesky factorisation fails for complex vector spaces. May be a consequence of issue #50 .