matrix-toolkits-java
matrix-toolkits-java copied to clipboard
Sparse cholesky factorization
Any plan to introduce a sparse cholesky factorization API ?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
no plans, but if you submit an implementation an rigorous tests, we would probably accept that.
btw I'm assuming you've seen
- https://github.com/fommil/matrix-toolkits-java/blob/master/src/main/java/no/uib/cipr/matrix/sparse/ICC.java
- https://en.wikipedia.org/wiki/Incomplete_Cholesky_factorization
and feel it is inadequate.