-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: main
Are you sure you want to change the base?
Add semi-normal solvers #111
Conversation
I suggest to add a keyword argument |
Done in aa934fc. |
What do you think of this now ? @amontoison |
It's fine for me, Maxence. |
#109
The next step would be to automatically call these functions in
qrm_least_squares
andqrm_min_norm
whenqrm_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