Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make factorizations available in a standalone manner ? #556

Closed
BambOoxX opened this issue Nov 2, 2024 · 1 comment
Closed

Make factorizations available in a standalone manner ? #556

BambOoxX opened this issue Nov 2, 2024 · 1 comment
Labels
question Further information is requested

Comments

@BambOoxX
Copy link

BambOoxX commented Nov 2, 2024

Question❓

As far as I understand the purpose of LinearSolve, it is an attemp at providing downstream users and developpers a unified interface between multiple solvers.
As highlighted by the documentation, matrix factorizations play a significant role in the different solvers. However, it does not seem that a unified interface for these factorizations is provided by LinearSolve.
I'm just thinking about this because I'm myself in the need of finding the best QR factorization (to retrieve the R term only) for one of my projects and LinearSolve seemed a nice place to start from. I thought I would find something like

fact_problem = FactorizationProblem(<Matrix>,<FactorizationMethod>)
fact = solve(fact_problem)

Would such an approach be relevant for LinearSolve or is it useless ? I can't really make my mind... it seems completely overkill, yet achieves somewhat the same pupose as LinearProblem.

@BambOoxX BambOoxX added the question Further information is requested label Nov 2, 2024
@BambOoxX
Copy link
Author

BambOoxX commented Jan 6, 2025

For reference, the thread on the discourse: https://discourse.julialang.org/t/make-linearsolve-factorizations-available-in-a-standalone-manner/123260
Closing as nothing much can be expected so far.

@BambOoxX BambOoxX closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant