huggingface/pytorch_block_sparse

Block Sparse Ax=b Solver?

twhughes opened this issue · 0 comments

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