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

Add semi-normal solvers #111

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

MaxenceGollier
Copy link
Contributor

@MaxenceGollier MaxenceGollier commented Nov 26, 2024

#109
The next step would be to automatically call these functions in qrm_least_squares and qrm_min_norm when qrm_set(spfct, "qrm_keeph", 0) has been previously called.
I still have to figure out how to do it because spfct is not an argument of these functions.
Maybe add qrm_keeph :: String = 1 as a keyword argument ? Let me know what you think when you have some time !
@dpo, @amontoison

@amontoison
Copy link
Member

I suggest to add a keyword argument seminormal::Bool=false in the functions qrm_least_squares and qrm_min_norm.

@MaxenceGollier
Copy link
Contributor Author

Done in aa934fc.

@MaxenceGollier
Copy link
Contributor Author

What do you think of this now ? @amontoison
I will open a PR for a Golub-Riley implementation once this has been merged @dpo.

@amontoison
Copy link
Member

It's fine for me, Maxence.
Until I hear something from Dominique (such as an approval), I won’t merge the PR.
This way, it will avoid any overlap with what you are working on together.

Sign up for free to 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.

2 participants