Closed fzimmermann89 closed 2 months ago
Coverage Report
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
828 | 0 :zzz: | 0 :x: | 0 :fire: | 1m 16s :stopwatch: |
This allows us to write for example H=A.H@A+lam*Identity() In CG sense
We could also add a identity instance to the init/make it static.
This would allow us to write just "Identity" or "I" instead of IdentityOp(). This is possible if all identity operator instances do exactly the same thing..
I don't think we should change the EinsumOp in this PR even if it is just doc string formatting.
I am impartial about it and can remove that change.
Add a LinearOperator Identity, i.e. Identity with a single input tensor.
(This might be extended for multiple inputs)