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

floating point precision #2

Open
dskinner opened this issue May 18, 2016 · 0 comments
Open

floating point precision #2

dskinner opened this issue May 18, 2016 · 0 comments

Comments

@dskinner
Copy link
Owner

dskinner commented May 18, 2016

Additional research needs to be done on the topic of floating point precision, possibly quantifying the amount of error, and contrasting with an exact solver using math/big.

Naive tests of math/big suggest a slowdown ranging from 200-500x assuming everything else remains the same. Currently, this package uses gaussian elimination which is known to have bad round-off.

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

No branches or pull requests

1 participant