issues
search
cai4cai
/
torchsparsegradutils
A collection of utility functions to work with PyTorch sparse tensors
Apache License 2.0
24
stars
3
forks
source link
Provide BiCGSTAB with no extra dependency
#23
Closed
tvercaut
closed
1 year ago
tvercaut
commented
1 year ago
This is a follow-up from #3
Options include adapting code from:
PyKrilov, not in pytorch by pure numpy so easily adapted
https://github.com/PythonOptimizers/pykrylov/blob/master/pykrylov/bicgstab/bicgstab.py
https://gist.github.com/bridgesign/f421f69ad4a3858430e5e235bccde8c6
(vanilla implementation of the version on wikipedia -> may not be robust enough)
This is a follow-up from #3
Options include adapting code from: