pytorch_block_sparse
                                
                                 pytorch_block_sparse copied to clipboard
                                
                                    pytorch_block_sparse copied to clipboard
                            
                            
                            
                        Block Sparse Ax=b Solver?
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