Skip to content

Add project helper to compute projection operator using Golub-Pereyra#231

Draft
jpbrodrick89 wants to merge 1 commit into
devfrom
jpb/project
Draft

Add project helper to compute projection operator using Golub-Pereyra#231
jpbrodrick89 wants to merge 1 commit into
devfrom
jpb/project

Conversation

@jpbrodrick89

@jpbrodrick89 jpbrodrick89 commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

I'll add more description to thie later two quick things to note:

  1. The reason why I've proposed to put this in lineax rather than lineaxtra is due to the use of project in the jvp rule
  2. I am beginning to really think it might be worthwhile separating direct and iterative solvers, in that case I would give all direct solvers a project method and huge amount of horrible jankiness can be avoided by replacing with isinstance(DirectLinearSolver)

@jpbrodrick89 jpbrodrick89 marked this pull request as draft June 18, 2026 09:31
@jpbrodrick89

Copy link
Copy Markdown
Collaborator Author

Shelving this until slogdet is in. I'm happy with the public API and primitive here but I don't like the way I've done the project fast path and have some other ideas that depend on adding AbstractDirectLinearSolver.

@jpbrodrick89 jpbrodrick89 added the feature New feature label Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant