JuliaParallel / Elemental.jl

Julia interface to the Elemental linear algebra library.
Other
78 stars 15 forks source link

Expose common factorisations #83

Closed jwscook closed 7 months ago

jwscook commented 9 months ago

I'd like to be able to use the in-place versions of Cholesky, LU, QR and LQ factorisations available in the C++ library. This is a work-in-progress PR to enable this functionality. As of now, the following are tested and pass:

Also:

jwscook commented 7 months ago

Is there anything else anyone would like done before this can be merged?