GAMPTeam / vampyre

Approximate Message Passing in Python
MIT License
67 stars 27 forks source link

implement conjugate gradient method for LinEst #14

Open julianwi opened 3 months ago

julianwi commented 3 months ago

The implementation is based on LinEstTwo. The unit tests have been extended to test that SVD and CG methods produce same results