Add support for sparse matrices in GIC matrix solve
Opened this issue · 1 comments
bluejuniper commented
Add support for sparse matrices in GIC matrix solve
jtabarez commented
Currently using the Julia \ operator to solve. This requires a full b matrix. The Julia sparse library includes a sparse solver that we can use