You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce cholesky and qr hooks for wrapped sparse matrices (#51220)
This is a follow-up to #51161. It introduces one level in the promotion
pipeline which allows to call out-of-place versions of `cholesky` and
`qr` for arguments whose `similar` copy yields a `SparseMatrixCSC`.
0 commit comments