IntegralEquations / HMatrices.jl

A Julia library for hierarchical matrices
MIT License
37 stars 3 forks source link

Using `DataFlowTasks` for the parallelisation of LU factorisation #37

Open maltezfaria opened 8 months ago

maltezfaria commented 8 months ago

It would be nice to use DataFlowTasks for the parallel LU factorisation. I am opening this issue to keep track of the changes and PRs needed to make that happen.