-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
move multivariate polynomials over RR to libsingular #7577
Comments
comment:1
Attachment: mpolynomial_rr_libsingular.patch.gz I am CCing burcin because he knows libSingular and I am CCing ncohen because I wrote this patch in order to speed up the linear programming interface. |
comment:2
I get the following failures with this patch:
|
comment:3
On what kind of machine? |
comment:4
On sage.math. This is with the new Singular spkg from 7194. |
comment:5
I can reproduce
but not
I am attaching a fix for the failures I can reproduce. |
comment:6
There is another issue: Singular uses MPF instead of MPFR to implement floating point numbers. Thus, we get less assurance about the precision with this new patch. |
comment:7
Attachment: mpolynomial_rr_libsingular_fixes.patch.gz |
Singular supports real numbers as 'base field', we only need to implement the conversion routines.
CC: @burcin @nathanncohen
Component: commutative algebra
Author: Martin Albrecht
Issue created by migration from https://trac.sagemath.org/ticket/7577
The text was updated successfully, but these errors were encountered: