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

split mpoly.jl into mpoly-ideal.jl #308

Merged
merged 3 commits into from
Mar 5, 2021
Merged

split mpoly.jl into mpoly-ideal.jl #308

merged 3 commits into from
Mar 5, 2021

Conversation

wdecker
Copy link
Collaborator

@wdecker wdecker commented Mar 4, 2021

No description provided.

function quotient(I::MPolyIdeal, J::MPolyIdeal)
singular_assure(I)
singular_assure(J)
return MPolyIdeal(I.gens.Ox, Singular.quotient(I.gens.S, J.gens.S))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wdecker by the way, if you check here on the website, you can see which code is not covered by any tests - e.g. this function isn't

@fieker fieker merged commit 7a4d979 into master Mar 5, 2021
@fieker fieker deleted the Wolfram-part1 branch March 5, 2021 14:59
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

Successfully merging this pull request may close these issues.

3 participants