mdbartos/pipedream

Implement banded matrix solver

mdbartos opened this issue · 1 comments

A large speedup could be achieved by permuting columns and rows of solution matrix into banded form, then using a banded solver.

Addressed in 5f9388d