linear_operator icon indicating copy to clipboard operation
linear_operator copied to clipboard

RFC: Always use special `.solve` for Kronecker linear operators

Open saitcakmak opened this issue 2 years ago • 0 comments

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.

saitcakmak avatar Feb 16 '23 03:02 saitcakmak