WIP: Iterate Factorizations to allow deconstruction#25187
WIP: Iterate Factorizations to allow deconstruction#25187andreasnoack wants to merge 2 commits intomasterfrom
Conversation
2ed2d19 to
b77cb50
Compare
|
I like it. Or we could just rename |
|
I'd be fine with either but I think the least disruptive change would be to first deprecate |
|
That seems like more of a pain since with this change they become interchangeable and you'd want to deprecate the one that you're ultimately going to get rid of, no? |
|
Perhaps rebase with #25184 in? |
|
Perhaps worth rebasing over the new iteration protocol? Best! |
|
This seems useful, but is entirely within LinAlg. If somebody wants to get it in before the feature freeze, that'd be fine, but it's not blocking. |
|
Some observations relevant to seeing this work through:
|
|
Perhaps we can close this one in light of recent work? |
As a followup to #25184 I thought I'd open a PR with (inferrable)
Factorizationdeconstruction as suggested in JuliaLang/LinearAlgebra.jl#322 (and maybe other places) which could potentially clean up the linear algebra namespace. For now I've just implemented deconstruction ofLUsuch thatlufactcan behave likelu, i.e.So if we think this is a good idea, we'd be able to deprecate at least
lu,qr,eig, andsvd.