Refactor LinearOperator
s to use probnum.backend
#678
Labels
backend
Issues related to the automatic differentiation backend
feature request
Requests for features to be implemented
improvement
Improvements of existing functionality
linops
Issues related to linear operators
Is your feature request related to a problem? Please describe.
After merging #581,
Normal
RandomVariable
s withLinearOperator
covariances will only work in the NumPy backend. Moreover, there is still a lot ofLinearOperator
-related code in theNormal
implementation.Give an example use case.
Describe the solution you'd like.
LinearOperator
s into a generic implementation using thebackend
LinearOperator
andMatrix
Additional context
None
The text was updated successfully, but these errors were encountered: