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

solutions to calling julia from singular kernel #359

Open
tthsqe12 opened this issue Jan 20, 2021 · 0 comments
Open

solutions to calling julia from singular kernel #359

tthsqe12 opened this issue Jan 20, 2021 · 0 comments

Comments

@tthsqe12
Copy link
Contributor

tthsqe12 commented Jan 20, 2021

Singular.jl still cannot factor over Q(alpha). The best solution seems to be:

  • at Singular.jl initialization, get a function pointer to the corresponding julia function, and
  • tell singular about this function pointer with a new singular kernel function (requires coordination with @hannes14 )

We need to intercept the polynomial before it gets to factory, because we can't do anything with it from julia once it is in factory.

There probably will be many julia functions that the singular kernel will want to use in the future, so maybe the process of adding one can be as painless as possible?

@tthsqe12 tthsqe12 changed the title solutions to factoring over number fields solutions to calling julia from singular kernel Jan 28, 2021
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