pytorch_block_sparse icon indicating copy to clipboard operation
pytorch_block_sparse copied to clipboard

Block Sparse Ax=b Solver?

Open twhughes opened this issue 5 years ago • 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

twhughes avatar Sep 10 '20 16:09 twhughes