-
Notifications
You must be signed in to change notification settings - Fork 43
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
Remove hard coded Float64 #22
Comments
I would need to think very carefully about this. I agree that there is in principle nothing in the algorithm that requires |
|
I agree. It would also be exciting to add |
I am working on a problem that would benefit from a BigFloat implementation of both |
I have proposed it as an undergrad summer project so hopefully it can come together. |
There should be nothing in the algorithms that depend on the parameters being Float64: BigFloat should in principle be allowed, though I suppose there may be assumptions on eps(T) for choosing cut-offs.
The text was updated successfully, but these errors were encountered: