huggingface / pytorch_block_sparse

Fast Block Sparse Matrices for Pytorch
Other
545 stars 35 forks source link

Block Sparse Ax=b Solver? #5

Open twhughes opened 4 years ago

twhughes commented 4 years ago

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