aesara-devs / aesara

Aesara is a Python library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays.
https://aesara.readthedocs.io
Other
1.17k stars 156 forks source link

Make `CholeskySolve` extend `SolveBase` #1477

Open brandonwillard opened 1 year ago

brandonwillard commented 1 year ago

aesara.tensor.slinalg.CholeskySolve should extend SolveBase, if only because they both have the same default method implementations in multiple cases.