Block Sparse Ax=b Solver?
twhughes opened this issue · 0 comments
twhughes commented
Really interesting package!
Does it support solving linear systems of equations: for example, solve for x
in Ax=b
where A is block sparse matrix and x
and b
are vectors? For example via LU decomposition -> backsubstitution or iterative solvers?
Thanks