linear_operator
linear_operator copied to clipboard
RFC: Always use special `.solve` for Kronecker linear operators
As titled. These linear operators are generally much larger than their components. If fast_computations
(in particular _fast_solves
) is turned off, then we try to compute Cholesky over huge matrices, which leads to OOMs.