-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
backendIssues related to the automatic differentiation backendIssues related to the automatic differentiation backendfeature requestRequests for features to be implementedRequests for features to be implementedimprovementImprovements of existing functionalityImprovements of existing functionalitylinopsIssues related to linear operatorsIssues related to linear operators
Description
Is your feature request related to a problem? Please describe.
After merging #581, Normal RandomVariables with LinearOperator covariances will only work in the NumPy backend. Moreover, there is still a lot of LinearOperator-related code in the Normal implementation.
Give an example use case.
- differentiable linear solvers and ODE filters
Describe the solution you'd like.
- refactor
LinearOperators into a generic implementation using thebackend - this should be done one operator at a time, starting with
LinearOperatorandMatrix
Additional context
None
Metadata
Metadata
Assignees
Labels
backendIssues related to the automatic differentiation backendIssues related to the automatic differentiation backendfeature requestRequests for features to be implementedRequests for features to be implementedimprovementImprovements of existing functionalityImprovements of existing functionalitylinopsIssues related to linear operatorsIssues related to linear operators