-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
designDesign of APIs or of the language itselfDesign of APIs or of the language itself
Description
This question came up here: https://github.com/JuliaLang/julia/issues/32094. I observed that once you've gone to the trouble of taking the SVD of a matrix and then taking an inverse (or pseudo-inverse), you may very well want to keep it in factorization form. Moreover, if we return a factorization object for an inverse, you can call Matrix
on it to materialize the actual inverse, whereas we don't currently have a generic way of asking for the inverse factorization of a given factorization, but that is often something that can be computed efficiently.
chriscoey
Metadata
Metadata
Assignees
Labels
designDesign of APIs or of the language itselfDesign of APIs or of the language itself