CUQI-DTU / CUQIpy

https://cuqi-dtu.github.io/CUQIpy/
Apache License 2.0
41 stars 7 forks source link

Let Gaussian accept LinearOperator represented sqrtprec #420

Closed chaozg closed 3 months ago

chaozg commented 3 months ago

fixed #419

Issue: it might open some opportunities if we allow a Gaussian distribution to be initialized with scipy.sparse.linalg.LinearOperator.

What I did:

Some notes (please correct me if I'm wrong here):

chaozg commented 3 months ago

Thanks @nabriis for your review and suggestions. I've updated the code to address your comments and am now requesting your further review.

chaozg commented 3 months ago

Thanks @nabriis , I'm now requesting @jakobsj 's review.