Skip to content

Separate Algorithm and Driver - #178

Merged
lkdvos merged 21 commits into
mainfrom
ld-algmerge
Mar 7, 2026
Merged

Separate Algorithm and Driver#178
lkdvos merged 21 commits into
mainfrom
ld-algmerge

Conversation

@lkdvos

Copy link
Copy Markdown
Member

This is a start for tackling #176, while refactoring some of the QR/LQ implementation to share more code between the different backends -> drivers.

As usual, to keep this somewhat contained I only looked at QR/LQ decompositions to allow for some discussion first.
The next steps would be to include the SVD and eigenvalue decompositions in a similar manner.

From what I can tell, I managed to implement this in a non-breaking way, deprecating the previous *_Householder* structs without removing them.

Loading
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@lkdvos@mtfishman@kshyatt@Jutho